summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett2007-10-101-6/+6
* r10973: - make debugging a bit easierStefan Metzmacher2007-10-101-1/+277
* r10971: - test static records with the same owner tooStefan Metzmacher2007-10-101-12/+388
* r10967: move the function in the order they are usedStefan Metzmacher2007-10-101-98/+99
* r10965: - only run the cross connection assoc test when running with -XStefan Metzmacher2007-10-101-1/+288
* r10959: fix compiler warningsStefan Metzmacher2007-10-101-2/+3
* r10957: make a comment clearerAndrew Tridgell2007-10-101-1/+1
* r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett2007-10-101-2/+14
* r10955: finally worked out why our computer accounts were being identified as...Andrew Tridgell2007-10-101-0/+1
* r10954: added support for canonicalName in the operational module, using theAndrew Tridgell2007-10-103-32/+94
* r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett2007-10-104-97/+210
* r10950: More cracknames variations (including expected values) than you canAndrew Bartlett2007-10-101-16/+76
* r10946: Use the right name for the remote workstation, and always initialise it.Andrew Bartlett2007-10-102-4/+7
* r10945: Free the salt after we are done with it. May need a merge to similarAndrew Bartlett2007-10-101-2/+4
* r10941: Hmmm. Making that fn static is more correct.Volker Lendecke2007-10-102-2/+1
* r10940: add struct definitionVolker Lendecke2007-10-101-0/+1
* r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w...Volker Lendecke2007-10-104-19/+326
* r10934: Fix a gcc 4 warningVolker Lendecke2007-10-101-1/+2
* r10924: we don't need this line twiceStefan Metzmacher2007-10-101-1/+0
* r10920: in case of a accept() failure just failing and trying again is noAndrew Tridgell2007-10-103-0/+17
* r10918: - fixed standalone ldb buildAndrew Tridgell2007-10-108-241/+15
* r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell2007-10-103-9/+18
* r10916: - finished the 'operational' ldb moduleAndrew Tridgell2007-10-108-42/+148
* r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell2007-10-103-11/+56
* r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell2007-10-107-59/+52
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-1035-281/+625
* r10912: added a test for supporting batch oplock upgradesAndrew Tridgell2007-10-101-0/+14
* r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell2007-10-103-0/+351
* r10896: added a strcasestr() replacement functionAndrew Tridgell2007-10-103-2/+20
* r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,Andrew Tridgell2007-10-101-7/+2
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-1014-40/+37
* r10893: add configure test for utime (needed for the previous utime patch)Andrew Tridgell2007-10-101-1/+1
* r10892: - improved the handling of the special distinguishedName attributeAndrew Tridgell2007-10-101-85/+43
* r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell2007-10-101-0/+9
* r10889: make searches for dn's less of a special case, and much faster whenAndrew Tridgell2007-10-102-15/+7
* r10880: Missed terminating ';', sorry.Jeremy Allison2007-10-101-2/+2
* r10879: Added the ZERO_STRUCT(q_u), (r_u) entries to the generatedJeremy Allison2007-10-101-0/+3
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2007-10-1011-330/+520
* r10873: check the complete payload headerStefan Metzmacher2007-10-101-3/+11
* r10872: fix the length of the dummy XPRESS decompressed bufferStefan Metzmacher2007-10-101-1/+1
* r10871: make xpress compression choosable, by --option="dssync:xpress=yes",Stefan Metzmacher2007-10-101-1/+29
* r10870: decompress DsGetNCChangesCtr7 replies, that uses type 2 (MSZIP)Stefan Metzmacher2007-10-101-19/+57
* r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher2007-10-102-8/+87
* r10868: make flag(NDR_PAHEX) possible to use and show the union level in hexStefan Metzmacher2007-10-102-4/+10
* r10867: add WERR_UNKNOWN_REVISION errorcodeStefan Metzmacher2007-10-102-0/+2
* r10865: merge branches/SOC/SAMBA_4_0 into main the main SAMBA_4_0 treeStefan Metzmacher2007-10-104-4/+420
* r10859: Make the flow a bit clearerVolker Lendecke2007-10-101-8/+7
* r10856: we need aclocal.m4 in ldb for standalone configureAndrew Tridgell2007-10-102-2/+14
* r10855: Put the domain SID in secrets.ldb by default, and add http as aAndrew Bartlett2007-10-102-1/+2
* r10854: talloc_get_type() can return NULL..Jelmer Vernooij2007-10-101-0/+12