summaryrefslogtreecommitdiff
path: root/source4/libnet/userman.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_usermod calls (bug #8889)Andrew Bartlett1-2/+3
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_userdel calls (bug #8889)Andrew Bartlett1-2/+3
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_useradd calls (bug #8889)Andrew Bartlett1-2/+3
2010-03-12s4:libnet/usernam.c: make use of use tevent_req based dcerpc_binding_handle s...Stefan Metzmacher1-64/+89
2010-03-01s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-8/+8
2008-12-23Fix compiler warnings in libnet.Jelmer Vernooij1-5/+2
2008-11-10s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner1-1/+4
2008-11-10s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner1-10/+18
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r25356: Conversion from the old-style composite functions take 2.Rafal Szczesniak1-340/+239
2007-10-10r25315: Revert my last change until I find out what's causing theRafal Szczesniak1-233/+334
2007-10-10r25312: Replace the old-style composite calls.Rafal Szczesniak1-334/+233
2007-10-10r24051: more monitor function calls and monitor msg namesRafal Szczesniak1-8/+8
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23292: check for errors returned in a call result.Rafal Szczesniak1-0/+5
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-11/+11
2007-10-10r22763: replace talloc_zero calls with composite_create and add moreRafal Szczesniak1-3/+8
2007-10-10r20138: return the proper status for the other functions as well.Rafal Szczesniak1-3/+7
2007-10-10r20137: return the proper status.Rafal Szczesniak1-1/+4
2007-10-10r19024: remove read-only and policy dependent fields and flagsRafal Szczesniak1-87/+9
2007-10-10r18752: When change is a big one, it needs to be made in a coupleRafal Szczesniak1-26/+84
2007-10-10r18682: a bit of a change in setfield function.Rafal Szczesniak1-127/+127
2007-10-10r18655: add more fields and better handle the error case where fieldsRafal Szczesniak1-2/+66
2007-10-10r16530: Send monitor messages only after successful receiving result of a stage.Rafal Szczesniak1-25/+33
2007-10-10r16476: Error in composite functions implemented the 'old way' (single event ...Rafal Szczesniak1-2/+4
2007-10-10r15726: Comments and a couple of minor formattings in the code.Rafal Szczesniak1-57/+121
2007-10-10r15663: Turn libnet_DeleteUser into async function and fix subtle bug probablyRafal Szczesniak1-2/+3
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r12611: fix compiler warningsStefan Metzmacher1-6/+6
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12105: Formatting.Rafal Szczesniak1-3/+3
2007-10-10r10679: Monitor messages should be issued from usermod functions.Rafal Szczesniak1-8/+51
2007-10-10r10631: Formatting.Rafal Szczesniak1-3/+3
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-35/+32
2007-10-10r9994: Unused variable.Tim Potter1-1/+0
2007-10-10r9090: Another field in usermod function - account flags.Rafal Szczesniak1-0/+6
2007-10-10r9037: New fields in usermod function - allow_password_change andRafal Szczesniak1-0/+13
2007-10-10r8904: Split off the query stage as a separate function.Rafal Szczesniak1-5/+33
2007-10-10r8896: Handle more complex case where field being changed doesn't appearRafal Szczesniak1-40/+89
2007-10-10r8845: Removing unnecessary string length calculations. Thanks abartletRafal Szczesniak1-12/+2
2007-10-10r8808: More comments.Rafal Szczesniak1-0/+41
2007-10-10r8807: Modifying datetime field using struct timeval argument rather thanRafal Szczesniak1-0/+6
2007-10-10r8789: Send new monitor messages from userdel routine.Rafal Szczesniak1-0/+23
2007-10-10r8761: Propagate changes in monitor messaging code.Rafal Szczesniak1-1/+7
2007-10-10r8759: Another couple of fields in usermod routine.Rafal Szczesniak1-0/+24
2007-10-10r8721: Further work on libnet_rpc_usermod function. Now it can changeRafal Szczesniak1-3/+31
2007-10-10r8717: Add monitor message emiting in userdel and usermod calls.Rafal Szczesniak1-0/+10
2007-10-10r8692: Starting parts of code to provide user modify functionality.Rafal Szczesniak1-6/+179
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher1-2/+2