summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-26s3-netlogon: let get_md4pw() return a struct samr_Password.Günther Deschner2-8/+7
2009-08-26s3-netlogon: make _netr_ServerAuthenticate a callback to _netr_ServerAuthenti...Günther Deschner1-46/+16
2009-08-25Allow for name array strings that don't end in a slashZach Loafman1-12/+17
2009-08-25Add some const to dsgetdcnameVolker Lendecke2-6/+6
2009-08-25Do an early TALLOC_FREEVolker Lendecke1-1/+2
2009-08-25netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug #60...Günther Deschner3-3/+3
2009-08-25fixed DRS rename of deleted objectsAndrew Tridgell1-1/+20
2009-08-25fixed a double free bug on error in net exportAndrew Tridgell1-1/+0
2009-08-25s4:python Fix the reprovision test by deleting 'deleted' objects too.Andrew Bartlett1-6/+9
2009-08-25s4:dsdb Rework show_deleted module not to liniearise the LDAP filterAndrew Bartlett1-72/+37
2009-08-24Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison1-0/+4
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison19-133/+188
2009-08-24Allow systems with timestamp granularity of 1sec to work withJeremy Allison1-0/+15
2009-08-24Use existing time_t rounding function, don't invent my own.Jeremy Allison1-1/+1
2009-08-24netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner3-0/+3
2009-08-24s3-netlogon: Only hand out rid when netlogon credential chain has been setup ...Günther Deschner1-1/+5
2009-08-24Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison3-0/+22
2009-08-24Fix make test.Jeremy Allison1-0/+1
2009-08-24make smbcontrol smbd ping work proper checking for arguments handle short pid...Olaf Flebbe2-14/+21
2009-08-24libndr: add missing protoypes for double type.Günther Deschner1-0/+1
2009-08-24tevent: avoid using reserved c++ word.Günther Deschner1-1/+1
2009-08-24s4:dsdb Use talloc_strndup() to ensure OIDs are null terminatedAndrew Bartlett1-8/+11
2009-08-24s4:ldb Add python binding and test for ldb_msg_diff()Andrew Bartlett2-0/+43
2009-08-24s4:dsdb Add constAndrew Bartlett1-2/+2
2009-08-24s4:dsdb remove unused variableAndrew Bartlett1-1/+0
2009-08-24s4:dsdb use talloc_strndup() in GET_STRING_LDB() rather than walk off the endAndrew Bartlett1-7/+17
2009-08-24note the semantic change in talloc_free from 2.0Andrew Tridgell2-8/+9
2009-08-24fixed typo in talloc doc XMLAndrew Tridgell1-1/+2
2009-08-24LIBREPLACEOBJ now contains the full pathAndrew Tridgell2-8/+2
2009-08-24updated XML source for talloc man pageAndrew Tridgell1-1/+73
2009-08-24added talloc_set_log_* documentationAndrew Tridgell1-0/+11
2009-08-24updated talloc guide for recent API changesAndrew Tridgell1-2/+54
2009-08-24make lib/replace more usable in standalone buildsAndrew Tridgell1-2/+2
2009-08-24fixed getpass m4Andrew Tridgell1-2/+2
2009-08-24s3:lib: setup talloc log and abort functionsStefan Metzmacher1-0/+7
2009-08-24s3:configure: require talloc >= 2.0.0Stefan Metzmacher1-1/+1
2009-08-24s4:cmdline: setup talloc log and abort functionsStefan Metzmacher2-5/+7
2009-08-24s4:build: require talloc >= 2.0.0Stefan Metzmacher1-1/+1
2009-08-24talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.xStefan Metzmacher5-0/+89
2009-08-24talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2-4/+8
2009-08-24talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher6-11/+72
2009-08-24talloc: change version to 2.0.0Stefan Metzmacher1-1/+1
2009-08-24talloc: remove ABI compat functionsStefan Metzmacher2-31/+0
2009-08-24talloc: remove unused build dependecies to sambaStefan Metzmacher1-18/+0
2009-08-24talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher1-0/+6
2009-08-24talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2-12/+51
2009-08-24talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher1-2/+1
2009-08-24talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher1-6/+6
2009-08-24talloc/testsuite: add infrastructure to test abortsStefan Metzmacher1-0/+20
2009-08-24talloc/testsuite: reset the globals after each subtestStefan Metzmacher1-3/+29