summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-126-374/+6
* s3:smbd: call sub_set_socket_ids() in smbd_process() againStefan Metzmacher2011-12-121-0/+18
* tdb2: don't use TDB2 versions of test tdb files.Rusty Russell2011-12-121-0/+0
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-1250-1068/+1076
* s3-dbwrap: Fix a typoVolker Lendecke2011-12-091-1/+1
* s3-dbwrap: & is not required when taking a function pointerVolker Lendecke2011-12-081-1/+1
* s3-dbwrap: Make dbwrap_fallback_wipe privateVolker Lendecke2011-12-083-8/+4
* s3-dbwrap: Avoid an "else" by an early returnVolker Lendecke2011-12-081-4/+4
* s3-dbwrap: Make dbwrap_fallback_parse_record privateVolker Lendecke2011-12-083-14/+5
* s3-dbwrap: Make dbwrap_fallback_fetch privateVolker Lendecke2011-12-083-10/+6
* s3-dbwrap: use wrappers where appropriateVolker Lendecke2011-12-081-7/+7
* s3-dbwrap: Use simpler code for logging keysVolker Lendecke2011-12-081-18/+23
* s3: Fix some 64-bit warningsVolker Lendecke2011-12-081-8/+12
* s3: Fix some blank line endingsVolker Lendecke2011-12-083-11/+11
* s3: Fix typosVolker Lendecke2011-12-081-1/+1
* s3:net registry check: replace rawmemchr by functionally equivalent portable ...Michael Adam2011-12-061-2/+2
* Revert "Remove rawmemchr calls - found by Ira Cooper. These are glibc-specifi...Michael Adam2011-12-061-4/+3
* s3:registry: replace use of rawmemchr by portable equivalent use of strchr.Michael Adam2011-12-061-1/+1
* selftest: Add --flapping argument to filter-subunit.Jelmer Vernooij2011-12-051-1/+1
* selftest: Split out flapping tests into a separate file.Jelmer Vernooij2011-12-051-1/+1
* Revert fac5c654e2fe17c2c11d150b16088e8a51f6be20Jeremy Allison2011-12-041-68/+19
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-036-127/+10
* Add cli_open() back as a synchronous wrapper function the callsJeremy Allison2011-12-032-0/+116
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-0316-136/+136
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-0313-13/+13
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-033-18/+7
* s3:registry: do not use regdb functions during db upgradeGregor Beck2011-12-033-59/+150
* s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...Gregor Beck2011-12-031-6/+2
* s3-winbind: Add an update function for winbind cache.Andreas Schneider2011-12-031-2/+94
* Update the waf build system to link with the new PIDL locking code.Jeremy Allison2011-12-031-1/+1
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-0215-420/+112
* s3: Move ndr_file_id to LIBNDR_OBJVolker Lendecke2011-12-021-1/+2
* s3: Add open_files.idlVolker Lendecke2011-12-022-0/+49
* Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...Jeremy Allison2011-12-021-1/+1
* Ensure we map our own Samba return of ERRSRV, ERRunknownsmbJeremy Allison2011-12-022-0/+4
* Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison2011-12-023-5/+119
* s3: Fix some nonblank line endingsVolker Lendecke2011-12-021-4/+4
* s3: Remove unused dbwrap_record_get_private_dataVolker Lendecke2011-12-022-6/+0
* s3-winbind: Remove unused keys from list.Andreas Schneider2011-12-021-2/+0
* Add the "backup" toggle command to smbclient. In order for this to beJeremy Allison2011-12-021-0/+14
* After a discussion with Volker, sdd a backup_intent state to the client struct.Jeremy Allison2011-12-015-4/+21
* s3: Attempt to fix the vfs_commit moduleVolker Lendecke2011-11-301-1/+1
* s3-waf: fix the build with CTDB_CONTROL_CHECK_SRVIDS.Günther Deschner2011-11-301-0/+29
* s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDSVolker Lendecke2011-11-304-2/+250
* Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison2011-11-302-0/+4
* s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in db_td...Michael Adam2011-11-301-1/+1
* build: TDB_ERR_NESTING is used unconditionallyAndrew Bartlett2011-11-302-15/+0
* Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and fro...Jeremy Allison2011-11-291-2/+2
* s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck2011-11-291-6/+6
* s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck2011-11-291-10/+13