summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r412: as we decide to not do 3.0.2a releases anymore,Stefan Metzmacher2-18/+1
2007-10-10r411: make swig should not be the first make rule...Stefan Metzmacher1-0/+2
2007-10-10r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa...Andrew Tridgell1-5/+21
2007-10-10r390: added my best guess for how session keys are supposed to work when youAndrew Tridgell4-5/+34
2007-10-10r389: added a test for set user info level 26 (set password extended)Andrew Tridgell1-1/+56
2007-10-10r388: added IDL for 3 more set user info levels (all of which set theAndrew Tridgell1-0/+22
2007-10-10r387: more C++ friendly changesAndrew Tridgell3-31/+31
2007-10-10r386: Another torture test to survive.Volker Lendecke1-0/+66
2007-10-10r383: Scripting extensions using swig. This commit includes only a (LGPL)Tim Potter5-0/+213
2007-10-10r382: More C++ friendliness fixes.Tim Potter5-13/+13
2007-10-10r381: make the code more C++ friendlyAndrew Tridgell6-21/+21
2007-10-10r380: make sure that ldbedit -a works with all tdb and LDAP backendsAndrew Tridgell1-1/+1
2007-10-10r374: allow for a policy_handle fetch using a handle type ofAndrew Tridgell2-1/+3
2007-10-10r373: use a much larger default tdb hash size in ldbAndrew Tridgell1-1/+2
2007-10-10r372: automatically create a fake BDC machine account and delete itAndrew Tridgell2-25/+191
2007-10-10r365: improved the IDL for samr_Connect5()Andrew Tridgell2-21/+26
2007-10-10r364: finally worked out the ancient samr_ChangePasswordUser() interfaceAndrew Tridgell2-37/+33
2007-10-10r363: nicer error handling in pidlAndrew Tridgell2-1/+3
2007-10-10r362: after setting domain info query it again so we can see what attributes ...Andrew Tridgell1-0/+8
2007-10-10r361: allow anonymous browsingAndrew Tridgell1-9/+2
2007-10-10r360: use the STYPE_* definitions from srvsvc.idlAndrew Tridgell1-4/+6
2007-10-10r359: moved the share type definitions to srvsvc.idlAndrew Tridgell2-9/+8
2007-10-10r358: added some more annotation on the samr unknown attributesAndrew Tridgell1-6/+9
2007-10-10r357: added share browsing to smbclient using the SRVSVC MSRPC pipeAndrew Tridgell1-4/+92
2007-10-10r356: Start of auto-generated client functions. Tridge can you take a lookTim Potter3-1/+136
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