r26238: Add a loadparm context parameter to torture_context, remove more uses of...
[gd/samba-autobuild/.git] / source4 / torture / libnet / userman.c
2007-12-21 Jelmer Vernooijr26238: Add a loadparm context parameter to torture_con...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Rafal Szczesniakr25377: Simplify code a little by employing commonly...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr24755: Use common code for finding the RPC binding...
2007-10-10 Jelmer Vernooijr24735: Use torture API in more places.
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Rafal Szczesniakr24051: more monitor function calls and monitor msg...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Rafal Szczesniakr19924: win2k3srv did not like that combination.
2007-10-10 Jelmer Vernooijr19392: Use torture_setting_* rather than lp_parm_...
2007-10-10 Rafal Szczesniakr19251: fix silly typos causing the test to fail at...
2007-10-10 Rafal Szczesniakr19174: fix the test to pass against win2k3 server...
2007-10-10 Rafal Szczesniakr19025: - remove read-only and policy dependent fields...
2007-10-10 Rafal Szczesniakr18753: expand the test so that it does a growing numbe...
2007-10-10 Rafal Szczesniakr18683: NET-USERMOD test changed to be able to perform...
2007-10-10 Stefan Metzmacherr17717: this cried for bugs...and they happened...
2007-10-10 Rafal Szczesniakr15921: Include new headers.
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14379: Build torture/rpc/ as a seperate smbtorture...
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Stefan Metzmacherr10504: - seperate implementation specific stuff, from...
2007-10-10 Rafal Szczesniakr9090: Another field in usermod function - account...
2007-10-10 Rafal Szczesniakr9037: New fields in usermod function - allow_password_...
2007-10-10 Rafal Szczesniakr8897: Add test for the comment field.
2007-10-10 Rafal Szczesniakr8807: Modifying datetime field using struct timeval...
2007-10-10 Rafal Szczesniakr8761: Propagate changes in monitor messaging code.
2007-10-10 Rafal Szczesniakr8759: Another couple of fields in usermod routine.
2007-10-10 Rafal Szczesniakr8721: Further work on libnet_rpc_usermod function...
2007-10-10 Rafal Szczesniakr8693: Test code for usermod routine.
2007-10-10 Stefan Metzmacherr8232: remove samr_String and netr_String as they are...
2007-10-10 Andrew Tridgellr7864: fixed some const bugs
2007-10-10 Rafal Szczesniakr7491: libnet functions used in tests have different...
2007-10-10 Tim Potterr6847: Fix some unused variable warnings in the libnet...
2007-10-10 Rafal Szczesniakr6717: - torture test of async useradd function and...
2007-10-10 Tim Potterr6674: Fix some compiler warnings.
2007-10-10 Rafal Szczesniakr6432: Restorin previous construction of conditions...
2007-10-10 Rafal Szczesniakr6430: Delete existing test account if, for some reason...
2007-10-10 Rafal Szczesniakr6426: DCE/RPC bind string parsing is not needed anymor...
2007-10-10 Rafal Szczesniakr6420: Close user account handle before calling tested...
2007-10-10 Rafal Szczesniakr6415: Added NET-USERDEL torture test which proves...
2007-10-10 Rafal Szczesniakr6405: Complete NET-USERADD torture test for user add...
2007-10-10 Rafal Szczesniakr6389: Incomplete test of composite useradd function.