summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r10879: Added the ZERO_STRUCT(q_u), (r_u) entries to the generatedJeremy Allison1-0/+3
2007-10-10r10878: Reply to some comments by tridge and metze:Volker Lendecke11-330/+520
2007-10-10r10873: check the complete payload headerStefan Metzmacher1-3/+11
2007-10-10r10872: fix the length of the dummy XPRESS decompressed bufferStefan Metzmacher1-1/+1
2007-10-10r10871: make xpress compression choosable, by --option="dssync:xpress=yes",Stefan Metzmacher1-1/+29
2007-10-10r10870: decompress DsGetNCChangesCtr7 replies, that uses type 2 (MSZIP)Stefan Metzmacher1-19/+57
2007-10-10r10869: add dummy functions and dummy parsing of XPRESS decompression,Stefan Metzmacher2-8/+87
2007-10-10r10868: make flag(NDR_PAHEX) possible to use and show the union level in hexStefan Metzmacher2-4/+10
2007-10-10r10867: add WERR_UNKNOWN_REVISION errorcodeStefan Metzmacher2-0/+2
2007-10-10r10865: merge branches/SOC/SAMBA_4_0 into main the main SAMBA_4_0 treeStefan Metzmacher4-4/+420
2007-10-10r10859: Make the flow a bit clearerVolker Lendecke1-8/+7
2007-10-10r10856: we need aclocal.m4 in ldb for standalone configureAndrew Tridgell2-2/+14
2007-10-10r10855: Put the domain SID in secrets.ldb by default, and add http as aAndrew Bartlett2-1/+2
2007-10-10r10854: talloc_get_type() can return NULL..Jelmer Vernooij1-0/+12
2007-10-10r10853: Convert wbinfo -n to properly init the domain.Volker Lendecke3-401/+32
2007-10-10r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke7-249/+665
2007-10-10r10849: Fix handling of [charset] for strings with fixed or "inline" sizeJelmer Vernooij1-6/+3
2007-10-10r10848: Fix warningJelmer Vernooij1-1/+1
2007-10-10r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and useAndrew Bartlett2-61/+37
2007-10-10r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o...Volker Lendecke6-200/+263
2007-10-10r10845: Add new function to decrypt the session keys in samlogon responses.Andrew Bartlett1-0/+44
2007-10-10r10844: Add challenge-response authentication to Samba4's winbindd for VL.Andrew Bartlett3-1/+128
2007-10-10r10843: ReformattingVolker Lendecke1-16/+26
2007-10-10r10842: Fix some issues with [out] unions that have a discriminator that is onlyJelmer Vernooij4-76/+37