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