summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r684: Note the fact that NTLMv2 provides a weath of futher testcases...Andrew Bartlett1-0/+1
2007-10-10r683: Remove the trailing ; from this macro, so it can be used in an 'if' exp...Andrew Bartlett1-1/+1
2007-10-10r682: Typo fixesJelmer Vernooij1-4/+4
2007-10-10r681: don't init r.out.result.vStefan Metzmacher1-1/+0
2007-10-10r680: fail directly when we notice that perl is not thereStefan Metzmacher1-1/+7
2007-10-10r679: fix make installStefan Metzmacher1-0/+4
2007-10-10r678: use ./config.smb_build.pl instead of config.smb_build.plStefan Metzmacher1-1/+1
2007-10-10r677: fix: '$' -> '\$'Stefan Metzmacher1-1/+1
2007-10-10r674: use the same -I flags as beforeStefan Metzmacher1-1/+1
2007-10-10r673: disable registry_gconf for nowStefan Metzmacher1-1/+2
2007-10-10r672: disable gregedit for nowStefan Metzmacher1-1/+2
2007-10-10r671: fix make ./include/proto.hStefan Metzmacher1-2/+2
2007-10-10r670: add make everythingStefan Metzmacher1-0/+2
2007-10-10r669: display the version on top of configureStefan Metzmacher1-1/+3
2007-10-10r668: fix the buildStefan Metzmacher1-1/+1
2007-10-10r667: remove Data::Dumper dependecyStefan Metzmacher1-16/+0
2007-10-10r666: readd 'make etags' and 'make ctags'Stefan Metzmacher1-0/+6
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