summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam2011-11-295-55/+58
* s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()Michael Adam2011-11-291-14/+1
* s3:net registry check: handle missing version infoGregor Beck2011-11-291-0/+36
* s3:dbwrap_torture: code cleanupGregor Beck2011-11-291-3/+3
* s3-passdb: make pdb_password_change_time_max static.Günther Deschner2011-11-291-1/+1
* s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.Günther Deschner2011-11-291-0/+71
* s3: Remove some false/superfluous translationsVolker Lendecke2011-11-291-5/+5
* s3: Use tevent_req_simple_recv_ntstatusVolker Lendecke2011-11-281-6/+1
* s3: Fix a crash in group_mapping.ldb->tdb conversionVolker Lendecke2011-11-281-0/+13
* s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count()Michael Adam2011-11-251-2/+13
* s3:locking:posix: adapt use of dbrwrap_fetch() to new NTSTATUS semanticsMichael Adam2011-11-251-5/+14
* s3:registry: write INFO/version if we create registry.tdbGregor Beck2011-11-251-0/+7
* s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodooGregor Beck2011-11-252-3/+13
* s3:lib fix output of hex escapes > 0x7F with cbuf_print_quotedGregor Beck2011-11-251-1/+1
* s3:net registry check: improve console outputGregor Beck2011-11-251-7/+4