summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add release script for teventtevent-0.9.8Simo Sorce2009-09-041-0/+48
* s4:configure: require tevent >= 0.9.8Stefan Metzmacher2009-09-041-1/+1
* tevent: change version to 0.9.8 after some critical bugs have been fixedStefan Metzmacher2009-09-041-1/+1
* cifs.upcall: do a brute-force search for KRB5 credcacheJeff Layton2009-09-041-46/+138
* s4:python fixed subunit tests of dcerpcAndrew Tridgell2009-09-047-6/+6
* ldb: make ldb module programming less error proneAndrew Tridgell2009-09-042-0/+17
* s3:winbind: Fix Coverity ID 933: FORWARD_NULLVolker Lendecke2009-09-041-0/+1
* s3:smbd: Fix Coverity ID 937, REVERSE_INULLVolker Lendecke2009-09-041-2/+2
* s3:winbind: Fix Coverity ID 940: Resource LeakVolker Lendecke2009-09-041-0/+1
* ldb: ensure we cancel a ldb transactionAndrew Tridgell2009-09-042-3/+9
* s4: fixed a missing NULL termination in a attribute list passed to ldb_searchAndrew Tridgell2009-09-041-1/+1
* report the location of the original talloc_free on double freetalloc-2.0.0Andrew Tridgell2009-09-041-11/+18
* wbinfo: fix various valgrind warnings and an invalid free.Günther Deschner2009-09-041-7/+1
* s3-ntlm_auth: fix two segfaults in diagnostics mode.Günther Deschner2009-09-041-2/+2
* Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...Jeremy Allison2009-09-031-2/+2
* Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-09-031-2/+6
* First attempt to implement dcesrv_drsuapi_DsGetNCChangesAnatoliy Atanasov2009-09-031-1/+204
* Fix the dsdb_syntax_OID_ldb_to_drsuapi functionAnatoliy Atanasov2009-09-031-1/+51
* Ignoring generated files:Kamen Mazdrashki2009-09-031-0/+2
* another large change to the linked_attribute moduleAndrew Tridgell2009-09-031-20/+64
* hook on prepare_commit instead of transaction_endAndrew Tridgell2009-09-032-8/+11
* greatly simplify the transaction processing in the partition moduleAndrew Tridgell2009-09-031-51/+29
* show more reasonable object counts during a vampireAndrew Tridgell2009-09-031-4/+18
* always use prepare_commit in ldb transaction commits if possibleAndrew Tridgell2009-09-033-6/+51
* added dsdb_find_guid_by_dn()Andrew Tridgell2009-09-031-1/+21
* allow setting of the debug level in python from CAndrew Tridgell2009-09-033-2/+18
* change repl_meta_data to process linked_attributes structures in end_transactionAndrew Tridgell2009-09-031-4/+276
* fixed transaction handling in linked_attributes moduleAndrew Tridgell2009-09-031-76/+4
* add the the linked attributes elements to the repl structureAndrew Tridgell2009-09-032-1/+9
* tell the server that we support linked attribute replicationAndrew Tridgell2009-09-031-6/+1
* added dsdb_find_dn_by_guid()Andrew Tridgell2009-09-031-0/+78
* fix the ndr print routines for samba4Andrew Tridgell2009-09-031-0/+15
* support config files in the current directoryAndrew Tridgell2009-09-031-2/+7
* Fix for DSSYNC test against Windows 2003Anatoliy Atanasov2009-09-031-0/+1
* s3:libsmb: Attempt to fix bug 6665Volker Lendecke2009-09-031-0/+6
* s3-net: allow to exit "net rpc sh" with "q" as well.Günther Deschner2009-09-021-1/+3
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-024-75/+35
* Do not redefine struprMatt Kraai2009-09-022-0/+3
* s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user.Günther Deschner2009-09-021-0/+46
* s4-smbtorture: test netr_ServerSetPassword2 against Samba3.Günther Deschner2009-09-021-0/+1
* s3-netlogon: implement _netr_ServerPasswordSet2.Günther Deschner2009-09-021-11/+55
* s3-netlogon: rework _netr_ServerPasswordSet.Günther Deschner2009-09-021-62/+123
* show the full set of command line options for ldb toolsAndrew Tridgell2009-09-025-29/+6
* s3-netlogon: implement _netr_LogonSamLogonWithFlags().Günther Deschner2009-09-021-18/+40
* traverse the ac list in reverse orderAndrew Tridgell2009-09-021-1/+6
* repl_meta_data should only be included when we are a DCAndrew Tridgell2009-09-021-1/+1
* s4:dsdb rewrite the linked_atrributes code to commit in the end_transaction hookAndrew Tridgell2009-09-021-107/+281
* move the repl_meta_data module up the ldb module stackAndrew Tridgell2009-09-021-1/+2
* wrap the entire vampire operation in a transactionAndrew Tridgell2009-09-021-13/+24
* use ldb_cmdline_help() in ldbsearchAndrew Tridgell2009-09-022-8/+3