1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/rpc_server/samr
Matthias Dieter Wallnöfer 9442a5593d s4:samr RPC - Change some counters to be "unsigned" where needed
The "count" size specifiers I typed "uint32_t" since they're often returned as
an "uint32_t" (consider the IDL file). LDB counters need to be "signed" if they
count till a limit of a "gendb*" call or "unsigned" if they count directly the
number of objects.
2010-03-06 10:44:33 +01:00
..
dcesrv_samr.c s4:samr RPC - Change some counters to be "unsigned" where needed 2010-03-06 10:44:33 +01:00
dcesrv_samr.h s4:samr Use ldb_context * rather than void * 2009-04-23 12:19:10 +02:00
samr_password.c s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags 2010-02-16 21:10:50 +11:00