summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove a pointless memsetVolker Lendecke2009-11-211-1/+0
* s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke2009-11-214-17/+74
* s4:WINREG RPC server - CosmeticMatthias Dieter Wallnöfer2009-11-211-2/+2
* ntlm_auth: use data_blob_talloc() to allocate session keyKai Blin2009-11-211-2/+2
* Fix logic bug where high bits tests was beingJeremy Allison2009-11-201-1/+1
* s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)Michael Adam2009-11-211-4/+6
* s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)Michael Adam2009-11-211-4/+6
* charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...Matthias Dieter Wallnöfer2009-11-201-7/+7
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-11-202-8/+9
* util/strlist: Fix up "const" warnings in the string list and test codeMatthias Dieter Wallnöfer2009-11-203-26/+30
* s3-build: delete more object files for "make clean".Günther Deschner2009-11-201-2/+3
* Cosmetic patch - fixed case of attribute name.Nadezhda Ivanova2009-11-201-1/+1
* s4:min_versions: require ldb 0.9.9Stefan Metzmacher2009-11-201-1/+1
* s4:lib/ldb: change version to 0.9.9 after some critical index fixesStefan Metzmacher2009-11-201-1/+1
* librpc: rerun "make idl"Stefan Metzmacher2009-11-206-0/+507
* Revert "Work around ndr_unpack failing on structures with relative pointers."Stefan Metzmacher2009-11-201-18/+1
* pidl:NDR/Parser.pm: update ndr_pull->relative_highest_offset after handling r...Stefan Metzmacher2009-11-201-1/+6
* librpc/ndr: remember the highest offset we parsed with relative pointer buffersStefan Metzmacher2009-11-202-6/+22
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam2009-11-201-0/+2
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam2009-11-201-0/+2
* Implementation of LDAP_SERVER_SD_FLAGS_OID on modify requests.Nadezhda Ivanova2009-11-202-21/+240
* Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova2009-11-206-10/+106
* s4:ntvfs/posix/pvfs_acl - Remove unused variable "token"Matthias Dieter Wallnöfer2009-11-201-1/+0
* tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGStefan Metzmacher2009-11-201-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-11-205-3/+63
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-11-202-1/+14
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-11-201-4/+3
* s4-dsdb: some more attribuutes that we should only give if asked forAndrew Tridgell2009-11-202-2/+14
* s4-drs: we need to specifically ask for ntSecurityDescriptorAndrew Tridgell2009-11-201-1/+1
* s4-ldb: added a warning about ldb_msg_add_dnAndrew Tridgell2009-11-201-0/+2
* added new function "ldb_msg_add_dn"Crístian Deives2009-11-204-9/+17
* s4-dsdb: removed attributes that should not be displayed by defaultAndrew Tridgell2009-11-201-0/+37
* s4-drs: Removes stored parentGUID's creation and renamingFernando J V da Silva2009-11-201-80/+7
* s4-drs: Synchronous Implementation of generated parentGUIDFernando J V da Silva2009-11-201-2/+34
* s4-drs: Utility functions to deal with GUIDFernando J V da Silva2009-11-201-0/+99
* ldb:ldb_tdb backend/indexes - Outside APIMatthias Dieter Wallnöfer2009-11-203-28/+30
* ldb:ldb_tdb backend/indexes - DN comparisonMatthias Dieter Wallnöfer2009-11-201-4/+5
* s4-dsdb: make sure mod_usn list is zeroed on each transactionAndrew Tridgell2009-11-201-7/+10
* s4-ldb: added a double-rename testAndrew Tridgell2009-11-201-0/+24
* s4-ldb: when -v is specified, show progress of ldbadd/ldbmodifyAndrew Tridgell2009-11-202-2/+8
* s4-ldb: make ldb tools line bufferedAndrew Tridgell2009-11-201-0/+3
* s4-ldb: fixed an issue in rename/modify indexingAndrew Tridgell2009-11-201-16/+16
* s4-ldb: allow ldap.py test suite to run directly against a fileAndrew Tridgell2009-11-201-1/+5
* PC Oota Edits.John H Terpstra2009-11-191-4/+3
* s3: Avoid races to change the machine password in winbindVolker Lendecke2009-11-191-0/+18
* s3: Protect against flooding the DC with pwchange requestsVolker Lendecke2009-11-191-14/+24
* s3: Re-check the timeout in machine_password_change_handler()Volker Lendecke2009-11-191-0/+6
* s3: Add some debugs to the winbind machine pwchange machineryVolker Lendecke2009-11-191-0/+16
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-192-12/+14
* s3: Do not kill the whole smb session if a machine pwchange failedVolker Lendecke2009-11-191-1/+1