summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4-dns: don't leave behind a tmp fileAndrew Tridgell2010-02-111-0/+2
* s4-selftest: don't run rndc reload in selftestAndrew Tridgell2010-02-111-1/+3
* s4-dns: added a dns update taskAndrew Tridgell2010-02-114-1/+237
* s4-provision: cope with umask in creating private/dnsAndrew Tridgell2010-02-111-0/+2
* util: added file_compare() utility functionAndrew Tridgell2010-02-112-0/+27
* libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2010-02-112-1/+32
* s4-provision: pre-create a named.conf.update fileAndrew Tridgell2010-02-113-36/+13
* s4-provision: move zone file to dns subdirectoryAndrew Tridgell2010-02-112-14/+54
* s4:provision Be more polite to long-suffering Samba testers.Andrew Bartlett2010-02-111-2/+3
* Fix unused variable warning after change to new DLINK macros.Jeremy Allison2010-02-101-2/+0
* Fix bad use when freeing linked list. Todd Stecher (Original author) please c...Jeremy Allison2010-02-101-6/+8
* test:local added LOCAL-DLINKLIST testsuiteAndrew Tridgell2010-02-103-0/+132
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-104-179/+334
* s3-smbd: update to use new DLIST macrosAndrew Tridgell2010-02-102-6/+5
* s3-registry: update to use new DLIST macrosAndrew Tridgell2010-02-101-2/+2
* s3-perfcount: update to use new DLIST macrosAndrew Tridgell2010-02-102-3/+2
* s3-locking: update to use DLIST_ADD_AFTER()Andrew Tridgell2010-02-101-5/+1
* s3-libsmb: update libsmb to use new DLIST macrosAndrew Tridgell2010-02-102-23/+25
* s3-memcache: update memcache to use new DLIST macrosAndrew Tridgell2010-02-101-18/+3
* s3-ldb: update the old ldb in s3 to use new DLIST macrosAndrew Tridgell2010-02-102-30/+4
* s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell2010-02-104-73/+9
* s4-ldb: update ldb_tdb to use new DLIST_ macrosAndrew Tridgell2010-02-101-15/+3
* s4-dsdb: update repl_meta_data.c to use new DLIST_ macrosJeremy Allison2010-02-101-3/+2
* Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison2010-02-103-0/+48
* Revert "Change the default of "nmbd bind explicit broadcast" to "no""Jeremy Allison2010-02-102-5/+6
* More of the fix for bug #7118 - nmbd problems with socket address.Jeremy Allison2010-02-101-0/+89
* Change the default of "nmbd bind explicit broadcast" to "no"Jeremy Allison2010-02-102-6/+5
* testprogs: add more error codes for spoolss test.Günther Deschner2010-02-101-0/+2
* s3: change ldap filter to what really was intendedBjörn Jacke2010-02-101-1/+1
* tdb: fix recovery reuse after crashRusty Russell2010-02-101-4/+10
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-02-103-4/+5
* s4:provision Just 'do the right thing' with empty smb.conf filesAndrew Bartlett2010-02-102-2/+26
* s4-smbtorture: use test_GetPrinter_level in RPC-SPOOLSS-NOTIFY.Günther Deschner2010-02-102-45/+27
* Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-092-3/+6
* Missed one check on the memcpy for bug #7063.Jeremy Allison2010-02-091-1/+1
* Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core du...Jeremy Allison2010-02-091-1/+4
* Fix off-by-one error in working out the limit of the NetServerEnum comment.Jeremy Allison2010-02-091-1/+1
* s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher2010-02-091-4/+3
* s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher2010-02-091-2/+2
* check_python.m4 - Raise the minimum python version up to 2.4Matthias Dieter Wallnöfer2010-02-091-0/+5
* pidl - Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-0911-44/+0
* s3-docs: Fix make manpages3.Karolin Seeger2010-02-091-1/+1
* s3-docs: Add missing para end tag.Karolin Seeger2010-02-091-0/+1
* testprogs: regenerate printlib prototypes for spoolss test.Günther Deschner2010-02-091-27/+39
* testprogs: print job info levels in EnumJobs() spoolss tests.Günther Deschner2010-02-092-0/+101
* testprogs: print datatypes info levels in EnumPrintProcessorDatatypes() spool...Günther Deschner2010-02-092-0/+42
* testprogs: print printprocessor info levels in EnumPrintProcessors() spoolss ...Günther Deschner2010-02-092-0/+35
* testprogs: print monitor info levels in EnumMonitors() spoolss tests.Günther Deschner2010-02-092-0/+45
* testprogs: print port info levels in EnumPorts() spoolss tests.Günther Deschner2010-02-092-0/+79