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