summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r355: Fix a bunch of compiler warnings in the registry code.Tim Potter9-42/+34
2007-10-10r354: Tridge convinced me that writing some wrapper functions by hand was aTim Potter2-400/+1
2007-10-10r344: fixed deletion of index recordsAndrew Tridgell1-1/+1
2007-10-10r343: added automatic reindexing of the database when the index list changesAndrew Tridgell2-0/+78
2007-10-10r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell5-8/+93
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell10-30/+156
2007-10-10r327: fixed an uninitialised variable found by valgrindAndrew Tridgell1-0/+1
2007-10-10r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...Andrew Tridgell2-11/+61
2007-10-10r325: added IDL and test code for samr_ChangePasswordUser3().Andrew Tridgell2-30/+154
2007-10-10r324: - don't reseed on every password generateAndrew Tridgell1-1/+5
2007-10-10r323: added rough password quality checking in generate_random_str(), so we g...Andrew Tridgell1-2/+31
2007-10-10r322: use the -C option to configure for developers (makes a huge speed diffe...Andrew Tridgell1-1/+1
2007-10-10r313: add the warning about fileaccess as user 'root'Stefan Metzmacher2-0/+12
2007-10-10r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hookStefan Metzmacher3-95/+16
2007-10-10r311: add srvsvc and wkssvc rpc pipes to the default pipesStefan Metzmacher1-1/+1
2007-10-10r310: add missing ','Stefan Metzmacher1-1/+1
2007-10-10r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),Andrew Tridgell2-8/+114
2007-10-10r306: added another define for a DCERPC fault codeAndrew Tridgell1-0/+1
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell5-36/+157
2007-10-10r295: more correct IDL for the netr_AcctLock structure (I hope)Andrew Tridgell1-7/+8
2007-10-10r287: patch from Richard Renard to add AcctLockStr and the delete user andAndrew Tridgell1-38/+81
2007-10-10r286: use talloc_array_p() instead of talloc()Stefan Metzmacher2-9/+79
2007-10-10r278: build and install LDB_PROGS and REG_PROGS by defaultStefan Metzmacher1-3/+16
2007-10-10r277: fix the initialisation of subsystems for process model 'thread' and 'st...Stefan Metzmacher2-6/+15
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell6-24/+321
2007-10-10r274: Be somewhat more POSIX compatibleJelmer Vernooij1-9/+19
2007-10-10r268: added IDL and test code for samr_QueryDomainInfo2(),Andrew Tridgell2-4/+195
2007-10-10r267: added IDL and test code for samr_ChangePasswordUser(),Andrew Tridgell2-34/+273
2007-10-10r266: modified autoidl to deal with policy handles (this helped me work outAndrew Tridgell1-19/+47
2007-10-10r265: fixed a bug in the string to sid conversion codeAndrew Tridgell1-6/+7
2007-10-10r259: added samr_DeleteGroupMember() IDL and test codeAndrew Tridgell2-2/+28
2007-10-10r258: added samr_AddGroupMember() IDL and test codeAndrew Tridgell2-25/+74
2007-10-10r257: added samr_SetGroupInfo() IDL and test codeAndrew Tridgell2-1/+30
2007-10-10r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...Andrew Tridgell2-3/+131
2007-10-10r255: added samr_SetDomainInfo IDL and test codeAndrew Tridgell2-1/+35
2007-10-10r232: Test whether querydispinfo and enumdomgroups return the same set ofVolker Lendecke1-0/+133
2007-10-10r218: added a comment regarding the %c strftime() warningAndrew Tridgell1-0/+4
2007-10-10r212: fix the svk stuffStefan Metzmacher1-7/+8
2007-10-10r211: svk has different revision numbers,Stefan Metzmacher1-7/+14
2007-10-10r210: More work on DCERPC client functions:Tim Potter1-3/+318
2007-10-10r206: - we know use SVN not CVS:-)Stefan Metzmacher1-3/+5
2007-10-10r205: update to the new version schemaStefan Metzmacher2-55/+17
2007-10-10r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison4-6/+65
2007-10-10r203: Added size and alloc size tests to UNIX info level.Jeremy Allison1-0/+2
2007-10-10r202: Fix aclocal.m4 to only use $BLDSHARED to select whether to build static...Paul Green1-3/+3
2007-10-10r200: fix compile errorsHerb Lewis2-4/+7
2007-10-10r199: More registry rpc updatesJelmer Vernooij3-15/+34
2007-10-10r194: fixed compile with ldapAndrew Tridgell2-2/+3
2007-10-10r190: More RPC updatesJelmer Vernooij4-28/+96
2007-10-10r189: Added UNIX search into tests - added client library parse code.Jeremy Allison2-3/+31