summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* note the semantic change in talloc_free from 2.0Andrew Tridgell2009-08-242-8/+9
* fixed typo in talloc doc XMLAndrew Tridgell2009-08-241-1/+2
* LIBREPLACEOBJ now contains the full pathAndrew Tridgell2009-08-242-8/+2
* updated XML source for talloc man pageAndrew Tridgell2009-08-241-1/+73
* added talloc_set_log_* documentationAndrew Tridgell2009-08-241-0/+11
* updated talloc guide for recent API changesAndrew Tridgell2009-08-241-2/+54
* make lib/replace more usable in standalone buildsAndrew Tridgell2009-08-241-2/+2
* fixed getpass m4Andrew Tridgell2009-08-241-2/+2
* s3:lib: setup talloc log and abort functionsStefan Metzmacher2009-08-241-0/+7
* s3:configure: require talloc >= 2.0.0Stefan Metzmacher2009-08-241-1/+1
* s4:cmdline: setup talloc log and abort functionsStefan Metzmacher2009-08-242-5/+7
* s4:build: require talloc >= 2.0.0Stefan Metzmacher2009-08-241-1/+1
* talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.xStefan Metzmacher2009-08-245-0/+89
* talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2009-08-242-4/+8
* talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher2009-08-246-11/+72
* talloc: change version to 2.0.0Stefan Metzmacher2009-08-241-1/+1
* talloc: remove ABI compat functionsStefan Metzmacher2009-08-242-31/+0
* talloc: remove unused build dependecies to sambaStefan Metzmacher2009-08-241-18/+0
* talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher2009-08-241-0/+6
* talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2009-08-242-12/+51
* talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher2009-08-241-2/+1
* talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher2009-08-241-6/+6
* talloc/testsuite: add infrastructure to test abortsStefan Metzmacher2009-08-241-0/+20
* talloc/testsuite: reset the globals after each subtestStefan Metzmacher2009-08-241-3/+29
* talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher2009-08-241-0/+4
* talloc: report the size of reference handles as 0Stefan Metzmacher2009-08-241-1/+3
* talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher2009-08-241-2/+15
* s3:winbind: Fallback to the forest root for lookupnameVolker Lendecke2009-08-231-0/+49
* s3:winbind: Even on a domain controller, "our" domain is internalVolker Lendecke2009-08-231-6/+0
* s3:winbind: Do not drop the first user in sam_query_user_listVolker Lendecke2009-08-231-3/+4
* s3:winbind: For internal domains it is pointless to connect to a DCVolker Lendecke2009-08-232-1/+11
* s3:winbind: winbindd_dual_ndrcmd should output what it's doingVolker Lendecke2009-08-231-0/+4
* s3:winbind: Fix the talloc hierarchy in wb_queryuser_doneVolker Lendecke2009-08-231-1/+1
* Implement Metze's suggestion of trying getpwuid(0) then getpwnam(root).Jeremy Allison2009-08-221-9/+5
* Log debug message when hires timestamps are available on theJeremy Allison2009-08-211-0/+4
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-216-1/+42
* Try and fix the buildfarm by using getpwnam(root) insteadJeremy Allison2009-08-211-0/+7
* s4:ntp_signd Fix bug 6656 - Set protocol version to 0, as used by ntpdAndrew Bartlett2009-08-223-7/+6
* Fix coverity CID: 932 - forward null.Jeremy Allison2009-08-211-2/+4
* Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-08-211-17/+54
* s3: fix bug #6650, authentication at member servers when winbindd is not runningMichael Adam2009-08-211-1/+1
* s4:clientSam Liddicott2009-08-211-3/+7
* Add missing CreateFile flags to smb.hSteve French2009-08-211-1/+12
* s4:ldb Python requires that a 'compare' handler return -1, 0 or 1Andrew Bartlett2009-08-211-1/+5
* s4:ldb Use length-limited printf to avoid walking off end of stringsAndrew Bartlett2009-08-211-1/+1
* s4:kerberos Use MIT compatible names for these enc typesAndrew Bartlett2009-08-212-3/+3
* Fix bug 6638 - ADS Domain Member: Computer Mgr can not set share ACLsJeremy Allison2009-08-201-3/+19
* s3-idmap: fix two uninitialized variable warnings in idmap_tdb2.Günther Deschner2009-08-201-3/+3
* s3:dsgetdcname: Fix a crash in dsgetdcnameVolker Lendecke2009-08-201-0/+2
* s3:dsgetdcname: Inline dsgetdcname_cache_refreshVolker Lendecke2009-08-201-26/+7