summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_user.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r15666: Fix a silly typo.Rafal Szczesniak1-1/+1
2007-10-10r15663: Turn libnet_DeleteUser into async function and fix subtle bug probablyRafal Szczesniak1-80/+127
2007-10-10r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak1-14/+163
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett1-0/+51
2007-10-10r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett1-14/+4
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-1/+0
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-3/+1
2007-10-10r11749: 1) Buffer allocation's been moved and isn't needed here.Rafal Szczesniak1-3/+1
2007-10-10r11708: Fix allocation of too small buffer to hold ip address.Rafal Szczesniak1-1/+1
2007-10-10r11705: Fix segfaulting create user function.Rafal Szczesniak1-0/+4
2007-10-10r8077: Propagate changes in rpc connect routine to functions using itRafal Szczesniak1-14/+14
2007-10-10r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak1-2/+1
2007-10-10r7630: Unused variable.Tim Potter1-1/+0
2007-10-10r7490: Rename functions and prefices s/rpc_composite/libnet_rpc/Rafal Szczesniak1-4/+4
2007-10-10r7380: Mistakenly put one file twice in command line. Here's source ofRafal Szczesniak1-33/+36
2007-10-10r5365: Initial code for adding user accounts via libnet call.Rafal Szczesniak1-0/+87