summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb Use helper function to add 'show deleted' controlAndrew Bartlett2009-08-261-20/+10
* s3-netlogon: fix default case when _netr_LogonSamLogon is called from other o...Günther Deschner2009-08-261-1/+3
* Revert "s3: Fix uninitialized const char *"Günther Deschner2009-08-261-1/+0
* s3-netlogon: get rid of init_net_r_req_chal().Günther Deschner2009-08-261-13/+1
* s3-netlogon: let get_md4pw() return a struct samr_Password.Günther Deschner2009-08-262-8/+7
* s3-netlogon: make _netr_ServerAuthenticate a callback to _netr_ServerAuthenti...Günther Deschner2009-08-261-46/+16
* Allow for name array strings that don't end in a slashZach Loafman2009-08-251-12/+17
* Add some const to dsgetdcnameVolker Lendecke2009-08-252-6/+6
* Do an early TALLOC_FREEVolker Lendecke2009-08-251-1/+2
* netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug #60...Günther Deschner2009-08-253-3/+3
* fixed DRS rename of deleted objectsAndrew Tridgell2009-08-251-1/+20
* fixed a double free bug on error in net exportAndrew Tridgell2009-08-251-1/+0
* s4:python Fix the reprovision test by deleting 'deleted' objects too.Andrew Bartlett2009-08-251-6/+9
* s4:dsdb Rework show_deleted module not to liniearise the LDAP filterAndrew Bartlett2009-08-251-72/+37
* Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-08-241-0/+4
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-2419-133/+188
* Allow systems with timestamp granularity of 1sec to work withJeremy Allison2009-08-241-0/+15
* Use existing time_t rounding function, don't invent my own.Jeremy Allison2009-08-241-1/+1
* netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner2009-08-243-0/+3
* s3-netlogon: Only hand out rid when netlogon credential chain has been setup ...Günther Deschner2009-08-241-1/+5
* Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-08-243-0/+22
* Fix make test.Jeremy Allison2009-08-241-0/+1
* make smbcontrol smbd ping work proper checking for arguments handle short pid...Olaf Flebbe2009-08-242-14/+21
* libndr: add missing protoypes for double type.Günther Deschner2009-08-241-0/+1
* tevent: avoid using reserved c++ word.Günther Deschner2009-08-241-1/+1
* s4:dsdb Use talloc_strndup() to ensure OIDs are null terminatedAndrew Bartlett2009-08-241-8/+11
* s4:ldb Add python binding and test for ldb_msg_diff()Andrew Bartlett2009-08-242-0/+43
* s4:dsdb Add constAndrew Bartlett2009-08-241-2/+2
* s4:dsdb remove unused variableAndrew Bartlett2009-08-241-1/+0
* s4:dsdb use talloc_strndup() in GET_STRING_LDB() rather than walk off the endAndrew Bartlett2009-08-241-7/+17
* 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