index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libnet
/
libnet_user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libnet - free the "c" context also on error conditions
Matthias Dieter Wallnöfer
2010-08-14
1
-1
/
+2
*
s4:libnet_UserList: allocate children strings on the correct talloc parent
Stefan Metzmacher
2010-07-10
1
-2
/
+2
*
s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operations
Matthias Dieter Wallnöfer
2010-07-04
1
-1
/
+5
*
s4:libnet/libnet_user.c: make use of use tevent_req based dcerpc_binding_hand...
Stefan Metzmacher
2010-03-12
1
-24
/
+33
*
s4:libnet - change variables to "unsigned" where needed
Matthias Dieter Wallnöfer
2010-03-10
1
-1
/
+1
*
s4:libnet: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher
2010-03-01
1
-2
/
+2
*
s4:libnet: rename uint => uint32_t because uint is not portable
Stefan Metzmacher
2009-07-15
1
-1
/
+1
*
s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)
Günther Deschner
2008-11-10
1
-4
/
+12
*
s4-libnet: fix user and group enumeration functions after lsa changes.
Günther Deschner
2008-10-27
1
-0
/
+2
*
s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.
Günther Deschner
2008-10-27
1
-3
/
+5
*
libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuid
Kai Blin
2008-04-24
1
-22
/
+75
*
Ensure we don't try and set the acct_flags if they are 0 (meaning
Andrew Bartlett
2008-02-28
1
-1
/
+1
*
r26633: A couple of fixes in comments.
Rafal Szczesniak
2007-12-30
1
-7
/
+9
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-6
/
+6
*
r25256: Fix missing field set in libnet_ModifyUser routine.
Rafal Szczesniak
2007-10-10
1
-1
/
+4
*
r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r22944: fix bug #4618:
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r20162: Always return some error string.
Rafal Szczesniak
2007-10-10
1
-0
/
+3
*
r20103: Change the returned type of prerequisite checking functions,
Rafal Szczesniak
2007-10-10
1
-19
/
+19
*
r19970: more comments and fixes
Rafal Szczesniak
2007-10-10
1
-16
/
+37
*
r19956: remove unused function
Rafal Szczesniak
2007-10-10
1
-58
/
+0
*
r19938: Return function status instead of rpc layer status. This is
Rafal Szczesniak
2007-10-10
1
-0
/
+4
*
r19922: Use new composite_create functions in composite context
Rafal Szczesniak
2007-10-10
1
-105
/
+134
*
r19753: verify result of received request before sending the next one.
Rafal Szczesniak
2007-10-10
1
-0
/
+1
*
r19640: add some comments
Rafal Szczesniak
2007-10-10
1
-8
/
+57
*
r19586: draft version of libnet_UserList function. still a bit of work
Rafal Szczesniak
2007-10-10
1
-1
/
+198
*
r19398: more comments
Rafal Szczesniak
2007-10-10
1
-3
/
+97
*
r19024: remove read-only and policy dependent fields and flags
Rafal Szczesniak
2007-10-10
1
-33
/
+27
*
r18656: fix stupid mistake causing segfaults in torture test
Rafal Szczesniak
2007-10-10
1
-2
/
+7
*
r18615: add more time fields and fix a silly mistake.
Rafal Szczesniak
2007-10-10
1
-1
/
+27
*
r17856: The two new functions - libnet_LookupName and libnet_UserInfo.
Rafal Szczesniak
2007-10-10
1
-0
/
+157
*
r17670: 1) Refactor libnet context structure a bit, to have rpc connection
Rafal Szczesniak
2007-10-10
1
-17
/
+17
*
r17448: Define macros to set fields in api function modifying user account.
Rafal Szczesniak
2007-10-10
1
-28
/
+25
*
r16692: More comments and further code in set_user_changes routine.
Rafal Szczesniak
2007-10-10
1
-17
/
+77
*
r16572: More comments and simple refactoring of one condition.
Rafal Szczesniak
2007-10-10
1
-6
/
+52
*
r16531: Add a function preparing argument for modify user routine.
Rafal Szczesniak
2007-10-10
1
-2
/
+41
*
r16211: Refactor domain_opened function a bit and add a few comments.
Rafal Szczesniak
2007-10-10
1
-28
/
+60
*
r15919: - Create function checking prerequisites like valid domain
Rafal Szczesniak
2007-10-10
1
-63
/
+175
*
r15857: don't clear the error string after setting it
Stefan Metzmacher
2007-10-10
1
-4
/
+6
*
r15850: another spot where r->out.error_string can be uninitialied
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15849: ensure we don't try to talloc_steal() an invalid error_string in
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15666: Fix a silly typo.
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r15663: Turn libnet_DeleteUser into async function and fix subtle bug probably
Rafal Szczesniak
2007-10-10
1
-80
/
+127
*
r15625: Partial commit of my current work. It makes libnet api functions
Rafal Szczesniak
2007-10-10
1
-14
/
+163
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.
Andrew Bartlett
2007-10-10
1
-0
/
+51
*
r12858: This moves the libnet_LookupPdc code to use a GetDC request to find
Andrew Bartlett
2007-10-10
1
-14
/
+4
*
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
2007-10-10
1
-3
/
+1
[next]