Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200 | Stefan Metzmacher | 22 | -196/+218 |
2007-10-10 | r10995: fix released vs. released | Stefan Metzmacher | 1 | -11/+9 |
2007-10-10 | r10993: - make us able to check released records, we can only do that by find... | Stefan Metzmacher | 1 | -4/+293 |
2007-10-10 | r10991: - create always a valid bind_info28 blocks, so that we don't need to ... | Stefan Metzmacher | 1 | -45/+100 |
2007-10-10 | r10990: the beginnings of a program designed to work out the minimal schema | Andrew Tridgell | 1 | -0/+112 |
2007-10-10 | r10988: print out the password blobs, with | Stefan Metzmacher | 1 | -0/+57 |
2007-10-10 | r10987: add support for tcp kdc requests | Stefan Metzmacher | 2 | -34/+271 |
2007-10-10 | r10986: loop also when we use mszip compression | Stefan Metzmacher | 1 | -4/+17 |
2007-10-10 | r10985: To aid in testing, this allows us to easily force kerberos to use UDP... | Andrew Bartlett | 1 | -5/+9 |
2007-10-10 | r10984: fix valgrind warnings, I had used that to check if w2k3 accept random... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10983: Another case were we want to avoid DNS for unqualified names. | Andrew Bartlett | 1 | -1/+8 |
2007-10-10 | r10982: Move credentials.h into auth/credentials, and add flags needed by | Andrew Bartlett | 2 | -1/+6 |
2007-10-10 | r10981: Pull code to decide between and implement NTLMv2, NTLM and LM | Andrew Bartlett | 5 | -210/+290 |
2007-10-10 | r10980: Use ldb_attr_cmp and ldb_dn_escape_value | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r10973: - make debugging a bit easier | Stefan Metzmacher | 1 | -1/+277 |
2007-10-10 | r10971: - test static records with the same owner too | Stefan Metzmacher | 1 | -12/+388 |
2007-10-10 | r10967: move the function in the order they are used | Stefan Metzmacher | 1 | -98/+99 |
2007-10-10 | r10965: - only run the cross connection assoc test when running with -X | Stefan Metzmacher | 1 | -1/+288 |
2007-10-10 | r10959: fix compiler warnings | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r10957: make a comment clearer | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10956: Tridge thought some comments might be a good idea :-) | Andrew Bartlett | 1 | -2/+14 |
2007-10-10 | r10955: finally worked out why our computer accounts were being identified as... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r10954: added support for canonicalName in the operational module, using the | Andrew Tridgell | 3 | -32/+94 |
2007-10-10 | r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c | Andrew Bartlett | 4 | -97/+210 |
2007-10-10 | r10950: More cracknames variations (including expected values) than you can | Andrew Bartlett | 1 | -16/+76 |
2007-10-10 | r10946: Use the right name for the remote workstation, and always initialise it. | Andrew Bartlett | 2 | -4/+7 |
2007-10-10 | r10945: Free the salt after we are done with it. May need a merge to similar | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r10941: Hmmm. Making that fn static is more correct. | Volker Lendecke | 2 | -2/+1 |
2007-10-10 | r10940: add struct definition | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w... | Volker Lendecke | 4 | -19/+326 |
2007-10-10 | r10934: Fix a gcc 4 warning | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r10924: we don't need this line twice | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r10920: in case of a accept() failure just failing and trying again is no | Andrew Tridgell | 3 | -0/+17 |
2007-10-10 | r10919: fixed the ldb test for the new operational module | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r10918: - fixed standalone ldb build | Andrew Tridgell | 8 | -241/+15 |
2007-10-10 | r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att... | Andrew Tridgell | 3 | -9/+18 |
2007-10-10 | r10916: - finished the 'operational' ldb module | Andrew Tridgell | 8 | -42/+148 |
2007-10-10 | r10915: added a standard attribute handler for a ldap UTC time string | Andrew Tridgell | 3 | -11/+56 |
2007-10-10 | r10914: moved the ldap time string functions into ldb so they can be used by | Andrew Tridgell | 7 | -59/+52 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 35 | -281/+625 |
2007-10-10 | r10912: added a test for supporting batch oplock upgrades | Andrew Tridgell | 1 | -0/+14 |
2007-10-10 | r10897: added in a hackish ldb proxy module that I am using to experiment with | Andrew Tridgell | 3 | -0/+351 |
2007-10-10 | r10896: added a strcasestr() replacement function | Andrew Tridgell | 3 | -2/+20 |
2007-10-10 | r10895: allow 'dn=string' searches to work again. Windows doesn't allow these, | Andrew Tridgell | 1 | -7/+2 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 14 | -40/+37 |
2007-10-10 | r10893: add configure test for utime (needed for the previous utime patch) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10892: - improved the handling of the special distinguishedName attribute | Andrew Tridgell | 1 | -85/+43 |
2007-10-10 | r10891: I noticed that the secrets.db was not being backed up on my system due | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r10889: make searches for dn's less of a special case, and much faster when | Andrew Tridgell | 2 | -15/+7 |
2007-10-10 | r10880: Missed terminating ';', sorry. | Jeremy Allison | 1 | -2/+2 |