summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r10853: Convert wbinfo -n to properly init the domain.Volker Lendecke2007-10-103-401/+32
* r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke2007-10-107-249/+665
* r10849: Fix handling of [charset] for strings with fixed or "inline" sizeJelmer Vernooij2007-10-101-6/+3
* r10848: Fix warningJelmer Vernooij2007-10-101-1/+1
* r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and useAndrew Bartlett2007-10-102-61/+37
* r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o...Volker Lendecke2007-10-106-200/+263
* r10845: Add new function to decrypt the session keys in samlogon responses.Andrew Bartlett2007-10-101-0/+44
* r10844: Add challenge-response authentication to Samba4's winbindd for VL.Andrew Bartlett2007-10-103-1/+128
* r10843: ReformattingVolker Lendecke2007-10-101-16/+26
* r10842: Fix some issues with [out] unions that have a discriminator that is onlyJelmer Vernooij2007-10-104-76/+37
* r10840: Fix indentationJelmer Vernooij2007-10-101-1/+1
* r10839: Add some [ref] (required for ethereal and Samba3 parser generators)Jelmer Vernooij2007-10-101-18/+20
* r10838: Get us an schannel'ed netlogon pipe.Volker Lendecke2007-10-103-16/+130
* r10836: giving NT_STATUS_NO_MEMORY, when the connection fails wasn't a good i...Stefan Metzmacher2007-10-101-1/+8
* r10834: Work in progress on winbind. With some helper routines the composite ...Volker Lendecke2007-10-105-672/+478
* r10832: free the old session infoStefan Metzmacher2007-10-101-0/+5