| Commit message (Expand) | Author | Age | Files | Lines |
* | r685: The SAM is dead! Long live the new SAM! ;-) | Andrew Bartlett | 2007-10-10 | 26 | -9319/+293 |
* | r684: Note the fact that NTLMv2 provides a weath of futher testcases... | Andrew Bartlett | 2007-10-10 | 1 | -0/+1 |
* | r683: Remove the trailing ; from this macro, so it can be used in an 'if' exp... | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r682: Typo fixes | Jelmer Vernooij | 2007-10-10 | 1 | -4/+4 |
* | r681: don't init r.out.result.v | Stefan Metzmacher | 2007-10-10 | 1 | -1/+0 |
* | r680: fail directly when we notice that perl is not there | Stefan Metzmacher | 2007-10-10 | 1 | -1/+7 |
* | r679: fix make install | Stefan Metzmacher | 2007-10-10 | 1 | -0/+4 |
* | r678: use ./config.smb_build.pl instead of config.smb_build.pl | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r677: fix: '$' -> '\$' | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r674: use the same -I flags as before | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r673: disable registry_gconf for now | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
* | r672: disable gregedit for now | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
* | r671: fix make ./include/proto.h | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
* | r670: add make everything | Stefan Metzmacher | 2007-10-10 | 1 | -0/+2 |
* | r669: display the version on top of configure | Stefan Metzmacher | 2007-10-10 | 1 | -1/+3 |
* | r668: fix the build | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r667: remove Data::Dumper dependecy | Stefan Metzmacher | 2007-10-10 | 1 | -16/+0 |
* | r666: readd 'make etags' and 'make ctags' | Stefan Metzmacher | 2007-10-10 | 1 | -0/+6 |
* | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 2007-10-10 | 47 | -924/+3172 |
* | r655: Fix if() logic | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r649: return unknown interface when the client not yet | Stefan Metzmacher | 2007-10-10 | 2 | -0/+6 |
* | r644: add SPNEGO auth type | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
* | r641: readd 'use dump;' | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
* | r638: remove unused dependency to Data::Dumper and dump | Stefan Metzmacher | 2007-10-10 | 1 | -2/+0 |
* | r627: remove the precompiled header when we call make clean or make proto | Stefan Metzmacher | 2007-10-10 | 1 | -3/+4 |
* | r626: make the code a bit more readable | Stefan Metzmacher | 2007-10-10 | 1 | -151/+151 |
* | r625: - handle passwords longer than length 14 (thanks to abartlet for point... | Andrew Tridgell | 2007-10-10 | 2 | -44/+82 |
* | r624: all templates should be in class Template | Andrew Tridgell | 2007-10-10 | 1 | -0/+2 |
* | r623: setUserInfo level 24 (password set) now works in the SAMR server. This ... | Andrew Tridgell | 2007-10-10 | 7 | -15/+354 |
* | r622: removed some unused functions to make smbd compile again after | Andrew Tridgell | 2007-10-10 | 1 | -169/+0 |
* | r620: Remove more ununsed code. | Andrew Bartlett | 2007-10-10 | 3 | -127/+1 |
* | r619: Remove more code that is no longer called. | Andrew Bartlett | 2007-10-10 | 2 | -57/+0 |
* | r617: Sync some minor updates with repository: | Tim Potter | 2007-10-10 | 1 | -7/+81 |
* | r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo, | Volker Lendecke | 2007-10-10 | 3 | -50/+243 |
* | r614: Clean out the POSIX assumptions from the Samba4 auth subsystem. | Andrew Bartlett | 2007-10-10 | 5 | -257/+2 |
* | r613: Fix the RPC-SAMR torture test, for my session_key changes. | Andrew Bartlett | 2007-10-10 | 1 | -16/+18 |
* | r612: fixed a timezone call typo noticed by abartlet | Andrew Tridgell | 2007-10-10 | 1 | -3/+3 |
* | r611: Fix breakage from my last commit: | Andrew Bartlett | 2007-10-10 | 2 | -10/+10 |
* | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 2007-10-10 | 17 | -141/+778 |
* | r609: allow ldbedit to take a list of attributes to edit, just like | Andrew Tridgell | 2007-10-10 | 1 | -2/+9 |
* | r608: - a couple of very minor fixes to the CreateGroup code | Andrew Tridgell | 2007-10-10 | 2 | -11/+49 |
* | r607: When our code is looking for an 'empty' data blob | Andrew Bartlett | 2007-10-10 | 1 | -0/+1 |
* | r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows... | Andrew Tridgell | 2007-10-10 | 3 | -0/+6 |
* | r605: Implement CreateDomainGroup, essentially cut&paste from CreateUser2. | Volker Lendecke | 2007-10-10 | 3 | -12/+146 |
* | r604: Better dumping of in,out,ref properties. | Tim Potter | 2007-10-10 | 1 | -0/+12 |
* | r602: Autogenerated packet-dcerpc-samr.c now compiles! | Tim Potter | 2007-10-10 | 2 | -8/+148 |
* | r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn... | Andrew Tridgell | 2007-10-10 | 6 | -55/+400 |
* | r600: Get rid of trailing whitespace which freaks out emacs' fontification. | Tim Potter | 2007-10-10 | 1 | -6/+6 |
* | r597: Start generating parser code - only supports uint16, uint32 and policy | Tim Potter | 2007-10-10 | 1 | -229/+61 |
* | r596: log all ldb searches at level 4 in samdb | Andrew Tridgell | 2007-10-10 | 1 | -0/+2 |