summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher47-924/+3172
2007-10-10r655: Fix if() logicJelmer Vernooij1-2/+2
2007-10-10r649: return unknown interface when the client not yetStefan Metzmacher2-0/+6
2007-10-10r644: add SPNEGO auth typeStefan Metzmacher1-0/+1
2007-10-10r641: readd 'use dump;'Stefan Metzmacher1-0/+1
2007-10-10r638: remove unused dependency to Data::Dumper and dumpStefan Metzmacher1-2/+0
2007-10-10r627: remove the precompiled header when we call make clean or make protoStefan Metzmacher1-3/+4
2007-10-10r626: make the code a bit more readableStefan Metzmacher1-151/+151
2007-10-10r625: - handle passwords longer than length 14 (thanks to abartlet for point...Andrew Tridgell2-44/+82
2007-10-10r624: all templates should be in class TemplateAndrew Tridgell1-0/+2
2007-10-10r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell7-15/+354
2007-10-10r622: removed some unused functions to make smbd compile again afterAndrew Tridgell1-169/+0
2007-10-10r620: Remove more ununsed code.Andrew Bartlett3-127/+1
2007-10-10r619: Remove more code that is no longer called.Andrew Bartlett2-57/+0
2007-10-10r617: Sync some minor updates with repository:Tim Potter1-7/+81
2007-10-10r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo,Volker Lendecke3-50/+243
2007-10-10r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett5-257/+2
2007-10-10r613: Fix the RPC-SAMR torture test, for my session_key changes.Andrew Bartlett1-16/+18
2007-10-10r612: fixed a timezone call typo noticed by abartletAndrew Tridgell1-3/+3
2007-10-10r611: Fix breakage from my last commit:Andrew Bartlett2-10/+10
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett17-141/+778
2007-10-10r609: allow ldbedit to take a list of attributes to edit, just likeAndrew Tridgell1-2/+9
2007-10-10r608: - a couple of very minor fixes to the CreateGroup codeAndrew Tridgell2-11/+49
2007-10-10r607: When our code is looking for an 'empty' data blobAndrew Bartlett1-0/+1
2007-10-10r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell3-0/+6
2007-10-10r605: Implement CreateDomainGroup, essentially cut&paste from CreateUser2.Volker Lendecke3-12/+146
2007-10-10r604: Better dumping of in,out,ref properties.Tim Potter1-0/+12
2007-10-10r602: Autogenerated packet-dcerpc-samr.c now compiles!Tim Potter2-8/+148
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell6-55/+400
2007-10-10r600: Get rid of trailing whitespace which freaks out emacs' fontification.Tim Potter1-6/+6
2007-10-10r597: Start generating parser code - only supports uint16, uint32 and policyTim Potter1-229/+61
2007-10-10r596: log all ldb searches at level 4 in samdbAndrew Tridgell1-0/+2
2007-10-10r595: nicer handling on max_size multiplierAndrew Tridgell1-2/+3
2007-10-10r594: - make sure all users in the domain have the same base sid!Andrew Tridgell1-2/+11
2007-10-10r593: add a constant for the records size multiplier for max_size in samr_Enu...Andrew Tridgell1-0/+2
2007-10-10r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)Andrew Tridgell1-2/+0
2007-10-10r589: Fix IDL dump module so --dump and --diff options to pidl.pl workTim Potter1-23/+62
2007-10-10r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell4-10/+293
2007-10-10r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)Andrew Tridgell1-1/+1
2007-10-10r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2-8/+13
2007-10-10r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartletAndrew Tridgell2-17/+29
2007-10-10r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell5-102/+666
2007-10-10r577: extended the LookupNames test to check for correct handling of unmapped...Andrew Tridgell1-5/+21
2007-10-10r576: added a ldap_timestring() function (needed for fields like whenChanged ...Andrew Tridgell1-0/+19
2007-10-10r575: moved the SID_NAME_USE enum into samr.idlAndrew Tridgell2-13/+14
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell13-37/+111
2007-10-10r550: Remove clientfns.pm module - it was a bad idea.Tim Potter3-137/+2
2007-10-10r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell3-2/+25
2007-10-10r514: added a context pointer to the samdb interface, as suggested byAndrew Tridgell2-43/+138
2007-10-10r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell14-10/+171