summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11007: r10109@SERNOX: metze | 2005-09-09 12:29:12 +0200Stefan Metzmacher5-156/+218
2007-10-10r11004: r10083@SERNOX: metze | 2005-09-08 16:50:32 +0200Stefan Metzmacher4-0/+521
2007-10-10r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher22-196/+218
2007-10-10r10995: fix released vs. releasedStefan Metzmacher1-11/+9
2007-10-10r10993: - make us able to check released records, we can only do that by find...Stefan Metzmacher1-4/+293
2007-10-10r10991: - create always a valid bind_info28 blocks, so that we don't need to ...Stefan Metzmacher1-45/+100
2007-10-10r10988: print out the password blobs, withStefan Metzmacher1-0/+57
2007-10-10r10987: add support for tcp kdc requestsStefan Metzmacher2-34/+271
2007-10-10r10986: loop also when we use mszip compressionStefan Metzmacher1-4/+17
2007-10-10r10985: To aid in testing, this allows us to easily force kerberos to use UDP...Andrew Bartlett1-5/+9
2007-10-10r10984: fix valgrind warnings, I had used that to check if w2k3 accept random...Stefan Metzmacher1-1/+1
2007-10-10r10983: Another case were we want to avoid DNS for unqualified names.Andrew Bartlett1-1/+8
2007-10-10r10982: Move credentials.h into auth/credentials, and add flags needed byAndrew Bartlett2-1/+6
2007-10-10r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett5-210/+290
2007-10-10r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett1-6/+6
2007-10-10r10973: - make debugging a bit easierStefan Metzmacher1-1/+277
2007-10-10r10971: - test static records with the same owner tooStefan Metzmacher1-12/+388
2007-10-10r10967: move the function in the order they are usedStefan Metzmacher1-98/+99
2007-10-10r10965: - only run the cross connection assoc test when running with -XStefan Metzmacher1-1/+288
2007-10-10r10959: fix compiler warningsStefan Metzmacher1-2/+3
2007-10-10r10957: make a comment clearerAndrew Tridgell1-1/+1
2007-10-10r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett1-2/+14
2007-10-10r10955: finally worked out why our computer accounts were being identified as...Andrew Tridgell1-0/+1
2007-10-10r10954: added support for canonicalName in the operational module, using theAndrew Tridgell3-32/+94
2007-10-10r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett4-97/+210
2007-10-10r10950: More cracknames variations (including expected values) than you canAndrew Bartlett1-16/+76
2007-10-10r10946: Use the right name for the remote workstation, and always initialise it.Andrew Bartlett2-4/+7
2007-10-10r10945: Free the salt after we are done with it. May need a merge to similarAndrew Bartlett1-2/+4
2007-10-10r10941: Hmmm. Making that fn static is more correct.Volker Lendecke2-2/+1
2007-10-10r10940: add struct definitionVolker Lendecke1-0/+1
2007-10-10r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w...Volker Lendecke4-19/+326
2007-10-10r10934: Fix a gcc 4 warningVolker Lendecke1-1/+2
2007-10-10r10924: we don't need this line twiceStefan Metzmacher1-1/+0
2007-10-10r10920: in case of a accept() failure just failing and trying again is noAndrew Tridgell3-0/+17
2007-10-10r10918: - fixed standalone ldb buildAndrew Tridgell8-241/+15
2007-10-10r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell3-9/+18
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell8-42/+148
2007-10-10r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell3-11/+56
2007-10-10r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell7-59/+52
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell35-281/+625
2007-10-10r10912: added a test for supporting batch oplock upgradesAndrew Tridgell1-0/+14
2007-10-10r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell3-0/+351
2007-10-10r10896: added a strcasestr() replacement functionAndrew Tridgell3-2/+20
2007-10-10r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,Andrew Tridgell1-7/+2
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell14-40/+37
2007-10-10r10893: add configure test for utime (needed for the previous utime patch)Andrew Tridgell1-1/+1
2007-10-10r10892: - improved the handling of the special distinguishedName attributeAndrew Tridgell1-85/+43
2007-10-10r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell1-0/+9
2007-10-10r10889: make searches for dn's less of a special case, and much faster whenAndrew Tridgell2-15/+7
2007-10-10r10880: Missed terminating ';', sorry.Jeremy Allison1-2/+2