summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/userman.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-3/+3
2007-10-10r19251: fix silly typos causing the test to fail at account_nameRafal Szczesniak1-7/+7
2007-10-10r19174: fix the test to pass against win2k3 server (username lengthRafal Szczesniak1-1/+1
2007-10-10r19025: - remove read-only and policy dependent fields and flagsRafal Szczesniak1-49/+15
2007-10-10r18753: expand the test so that it does a growing number of changesRafal Szczesniak1-66/+136
2007-10-10r18683: NET-USERMOD test changed to be able to perform multiple simultaneousRafal Szczesniak1-68/+181
2007-10-10r17717: this cried for bugs...and they happened...Stefan Metzmacher1-10/+30
2007-10-10r15921: Include new headers.Rafal Szczesniak1-1/+0
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-3/+3
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-1/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-1/+0
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-9/+3
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-2/+1
2007-10-10r9090: Another field in usermod function - account flags.Rafal Szczesniak1-9/+9
2007-10-10r9037: New fields in usermod function - allow_password_change andRafal Szczesniak1-7/+11
2007-10-10r8897: Add test for the comment field.Rafal Szczesniak1-6/+7
2007-10-10r8807: Modifying datetime field using struct timeval argument rather thanRafal Szczesniak1-5/+8
2007-10-10r8761: Propagate changes in monitor messaging code.Rafal Szczesniak1-1/+5
2007-10-10r8759: Another couple of fields in usermod routine.Rafal Szczesniak1-2/+5
2007-10-10r8721: Further work on libnet_rpc_usermod function. Now it can changeRafal Szczesniak1-5/+21
2007-10-10r8693: Test code for usermod routine.Rafal Szczesniak1-0/+71
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher1-5/+5
2007-10-10r7864: fixed some const bugsAndrew Tridgell1-2/+2
2007-10-10r7491: libnet functions used in tests have different names now.Rafal Szczesniak1-12/+12
2007-10-10r6847: Fix some unused variable warnings in the libnet torture test.Tim Potter1-1/+0
2007-10-10r6717: - torture test of async useradd function and monitor messages.Rafal Szczesniak1-0/+58
2007-10-10r6674: Fix some compiler warnings.Tim Potter1-4/+1
2007-10-10r6432: Restorin previous construction of conditions after a little discussionRafal Szczesniak1-2/+6
2007-10-10r6430: Delete existing test account if, for some reason, it hasn't beenRafal Szczesniak1-3/+19
2007-10-10r6426: DCE/RPC bind string parsing is not needed anymore, as we useRafal Szczesniak1-23/+3
2007-10-10r6420: Close user account handle before calling tested function to betterRafal Szczesniak1-7/+19
2007-10-10r6415: Added NET-USERDEL torture test which proves something's wrongRafal Szczesniak1-0/+104
2007-10-10r6405: Complete NET-USERADD torture test for user add composite function.Rafal Szczesniak1-0/+60
2007-10-10r6389: Incomplete test of composite useradd function.Rafal Szczesniak1-0/+148