summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_user.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_usermod calls (bug #8889)Andrew Bartlett1-1/+1
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_userdel calls (bug #8889)Andrew Bartlett1-2/+2
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_useradd calls (bug #8889)Andrew Bartlett1-2/+2
2012-04-30s4-libnet: Add mem_ctx to libnet_DomainOpen calls (bug #8889)Andrew Bartlett1-6/+6
2012-04-24s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889)Stefan Metzmacher1-3/+5
2012-04-23s4-libnet Always return after composite_error()Andrew Bartlett1-0/+2
2012-03-01s4-libnet: Remove set but unused variablesAndrew Bartlett1-2/+0
2012-03-01s4-libnet: Move to talloc_get_type_abort()Andrew Bartlett1-30/+30
2010-08-14s4:libnet - free the "c" context also on error conditionsMatthias Dieter Wallnöfer1-1/+2
2010-07-10s4:libnet_UserList: allocate children strings on the correct talloc parentStefan Metzmacher1-2/+2
2010-07-04s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operationsMatthias Dieter Wallnöfer1-1/+5
2010-03-12s4:libnet/libnet_user.c: make use of use tevent_req based dcerpc_binding_hand...Stefan Metzmacher1-24/+33
2010-03-10s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer1-1/+1
2010-03-01s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-2/+2
2009-07-15s4:libnet: rename uint => uint32_t because uint is not portableStefan Metzmacher1-1/+1
2008-11-10s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)Günther Deschner1-4/+12
2008-10-27s4-libnet: fix user and group enumeration functions after lsa changes.Günther Deschner1-0/+2
2008-10-27s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner1-3/+5
2008-04-24libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin1-22/+75
2008-02-28Ensure we don't try and set the acct_flags if they are 0 (meaningAndrew Bartlett1-1/+1
2007-12-30r26633: A couple of fixes in comments.Rafal Szczesniak1-7/+9
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-6/+6
2007-10-10r25256: Fix missing field set in libnet_ModifyUser routine.Rafal Szczesniak1-1/+4
2007-10-10r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett1-0/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-2/+2
2007-10-10r20162: Always return some error string.Rafal Szczesniak1-0/+3
2007-10-10r20103: Change the returned type of prerequisite checking functions,Rafal Szczesniak1-19/+19
2007-10-10r19970: more comments and fixesRafal Szczesniak1-16/+37
2007-10-10r19956: remove unused functionRafal Szczesniak1-58/+0
2007-10-10r19938: Return function status instead of rpc layer status. This isRafal Szczesniak1-0/+4
2007-10-10r19922: Use new composite_create functions in composite contextRafal Szczesniak1-105/+134
2007-10-10r19753: verify result of received request before sending the next one.Rafal Szczesniak1-0/+1
2007-10-10r19640: add some commentsRafal Szczesniak1-8/+57
2007-10-10r19586: draft version of libnet_UserList function. still a bit of workRafal Szczesniak1-1/+198
2007-10-10r19398: more commentsRafal Szczesniak1-3/+97
2007-10-10r19024: remove read-only and policy dependent fields and flagsRafal Szczesniak1-33/+27
2007-10-10r18656: fix stupid mistake causing segfaults in torture testRafal Szczesniak1-2/+7
2007-10-10r18615: add more time fields and fix a silly mistake.Rafal Szczesniak1-1/+27
2007-10-10r17856: The two new functions - libnet_LookupName and libnet_UserInfo.Rafal Szczesniak1-0/+157
2007-10-10r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak1-17/+17
2007-10-10r17448: Define macros to set fields in api function modifying user account.Rafal Szczesniak1-28/+25
2007-10-10r16692: More comments and further code in set_user_changes routine.Rafal Szczesniak1-17/+77
2007-10-10r16572: More comments and simple refactoring of one condition.Rafal Szczesniak1-6/+52
2007-10-10r16531: Add a function preparing argument for modify user routine.Rafal Szczesniak1-2/+41
2007-10-10r16211: Refactor domain_opened function a bit and add a few comments.Rafal Szczesniak1-28/+60
2007-10-10r15919: - Create function checking prerequisites like valid domainRafal Szczesniak1-63/+175
2007-10-10r15857: don't clear the error string after setting itStefan Metzmacher1-4/+6
2007-10-10r15850: another spot where r->out.error_string can be uninitialiedAndrew Tridgell1-0/+1
2007-10-10r15849: ensure we don't try to talloc_steal() an invalid error_string inAndrew Tridgell1-0/+1