summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r6129: - add our own MSZIP decompression implementationStefan Metzmacher2007-10-103-0/+719
* r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe2007-10-101-1/+1
* r6093: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison2007-10-101-9/+18
* r6088: Add the socket_wrapper library. This is a very simple library thatJelmer Vernooij2007-10-103-1/+459
* r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell2007-10-101-44/+1
* r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell2007-10-101-1/+1
* r6079: Add inline documentation on the credentials context API.Andrew Bartlett2007-10-101-6/+118
* r6075: added talloc_enable_null_tracking() (asked for by lifeless)Andrew Tridgell2007-10-103-2/+21
* r6070: Fix typo's and fallback to "" as default user name if noJelmer Vernooij2007-10-102-3/+3
* r6045: Couple of small GTK+ fixesJelmer Vernooij2007-10-101-61/+60
* r6033: Patch from 'lifeless' to clarify behaviour with NULL pointers.Andrew Bartlett2007-10-102-1/+3
* r6024: Some of the ordering constraints on the popt callbacks were gettingAndrew Bartlett2007-10-102-25/+90
* r5989: Display authentication information (list of available auth protocolsJelmer Vernooij2007-10-101-1/+1
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2007-10-105-26/+158
* r5976: SIDs can't have more then 5 subauths (caught by [validate] andJelmer Vernooij2007-10-101-1/+1
* r5942: A couple of small changes to fix things up with the new credentialsAndrew Bartlett2007-10-101-0/+1
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-104-42/+34
* r5939: improve talloc_realloc() docs after feedback from lifelessAndrew Tridgell2007-10-101-1/+5
* r5938: - allow NULL string argument to talloc_vasprintf_append()Andrew Tridgell2007-10-101-1/+9
* r5937: - performance improvement to talloc_asprintf_append()Andrew Tridgell2007-10-102-5/+10
* r5932: Use cli_credentials somewhat more in the Gtk+ codeJelmer Vernooij2007-10-101-1/+1
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-102-5/+13
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-108-28/+37
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-1012-283/+419
* r5906: Fix the usage of the internal popt (make proto should ignore it)Jelmer Vernooij2007-10-1013-661/+2205
* r5903: While I can't test IPv6, metze asked me to commit a matching changeAndrew Bartlett2007-10-101-0/+3
* r5902: A rather large change...Andrew Bartlett2007-10-102-29/+41
* r5898: Handle errors in the 'sync' name and IP address handling code.Andrew Bartlett2007-10-101-0/+3
* r5871: Remove file with unused function (that uses fstring)Jelmer Vernooij2007-10-103-54/+3
* r5781: Fix build.Tim Potter2007-10-101-1/+1
* r5780: Remove unused arguments.Tim Potter2007-10-102-7/+7
* r5779: Remove signal and timeout gubbage from tdb.Tim Potter2007-10-103-127/+4
* r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij2007-10-101-1/+8
* r5769: Fix unused variable warning.Tim Potter2007-10-101-1/+1
* r5682: fix the buildStefan Metzmacher2007-10-101-3/+5
* r5680: Don't crash if none of the predefined keys is available (reported by A...Jelmer Vernooij2007-10-101-2/+28
* r5676: Fix some alignment issues and IRemoteActivationJelmer Vernooij2007-10-101-0/+10
* r5675: - More DCOM bug fixesJelmer Vernooij2007-10-104-21/+52
* r5674: - Re-enable DCOM support.Jelmer Vernooij2007-10-106-255/+148
* r5670: simplify and clarify ldb_modules.c codeSimo Sorce2007-10-103-143/+155
* r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfoAndrew Tridgell2007-10-101-0/+9
* r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell2007-10-101-1/+0
* r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell2007-10-101-1/+3
* r5585: LDB interfaces change:Simo Sorce2007-10-1019-198/+215
* r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison2007-10-101-0/+7
* r5492: Update example coclass, autogenerate some parts.Jelmer Vernooij2007-10-101-25/+27
* r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij2007-10-1011-324/+378
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-3/+3
* r5411: make network interface selection a bit sanerAndrew Tridgell2007-10-101-1/+16
* r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher2007-10-106-191/+701