summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_user.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libnet - free the "c" context also on error conditionsMatthias Dieter Wallnöfer2010-08-141-1/+2
* s4:libnet_UserList: allocate children strings on the correct talloc parentStefan Metzmacher2010-07-101-2/+2
* s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operationsMatthias Dieter Wallnöfer2010-07-041-1/+5
* s4:libnet/libnet_user.c: make use of use tevent_req based dcerpc_binding_hand...Stefan Metzmacher2010-03-121-24/+33
* s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-101-1/+1
* s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-2/+2
* s4:libnet: rename uint => uint32_t because uint is not portableStefan Metzmacher2009-07-151-1/+1
* s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)Günther Deschner2008-11-101-4/+12
* s4-libnet: fix user and group enumeration functions after lsa changes.Günther Deschner2008-10-271-0/+2
* s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner2008-10-271-3/+5
* libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin2008-04-241-22/+75
* Ensure we don't try and set the acct_flags if they are 0 (meaningAndrew Bartlett2008-02-281-1/+1
* r26633: A couple of fixes in comments.Rafal Szczesniak2007-12-301-7/+9
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-6/+6
* r25256: Fix missing field set in libnet_ModifyUser routine.Rafal Szczesniak2007-10-101-1/+4
* r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett2007-10-101-0/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-2/+2
* r20162: Always return some error string.Rafal Szczesniak2007-10-101-0/+3
* r20103: Change the returned type of prerequisite checking functions,Rafal Szczesniak2007-10-101-19/+19
* r19970: more comments and fixesRafal Szczesniak2007-10-101-16/+37
* r19956: remove unused functionRafal Szczesniak2007-10-101-58/+0
* r19938: Return function status instead of rpc layer status. This isRafal Szczesniak2007-10-101-0/+4
* r19922: Use new composite_create functions in composite contextRafal Szczesniak2007-10-101-105/+134
* r19753: verify result of received request before sending the next one.Rafal Szczesniak2007-10-101-0/+1
* r19640: add some commentsRafal Szczesniak2007-10-101-8/+57
* r19586: draft version of libnet_UserList function. still a bit of workRafal Szczesniak2007-10-101-1/+198
* r19398: more commentsRafal Szczesniak2007-10-101-3/+97
* r19024: remove read-only and policy dependent fields and flagsRafal Szczesniak2007-10-101-33/+27
* r18656: fix stupid mistake causing segfaults in torture testRafal Szczesniak2007-10-101-2/+7
* r18615: add more time fields and fix a silly mistake.Rafal Szczesniak2007-10-101-1/+27
* r17856: The two new functions - libnet_LookupName and libnet_UserInfo.Rafal Szczesniak2007-10-101-0/+157
* r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak2007-10-101-17/+17
* r17448: Define macros to set fields in api function modifying user account.Rafal Szczesniak2007-10-101-28/+25
* r16692: More comments and further code in set_user_changes routine.Rafal Szczesniak2007-10-101-17/+77
* r16572: More comments and simple refactoring of one condition.Rafal Szczesniak2007-10-101-6/+52
* r16531: Add a function preparing argument for modify user routine.Rafal Szczesniak2007-10-101-2/+41
* r16211: Refactor domain_opened function a bit and add a few comments.Rafal Szczesniak2007-10-101-28/+60
* r15919: - Create function checking prerequisites like valid domainRafal Szczesniak2007-10-101-63/+175
* r15857: don't clear the error string after setting itStefan Metzmacher2007-10-101-4/+6
* r15850: another spot where r->out.error_string can be uninitialiedAndrew Tridgell2007-10-101-0/+1
* r15849: ensure we don't try to talloc_steal() an invalid error_string inAndrew Tridgell2007-10-101-0/+1
* r15666: Fix a silly typo.Rafal Szczesniak2007-10-101-1/+1
* r15663: Turn libnet_DeleteUser into async function and fix subtle bug probablyRafal Szczesniak2007-10-101-80/+127
* r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak2007-10-101-14/+163
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett2007-10-101-0/+51
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-14/+4
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-1/+0
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-3/+1