summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Remove a use of cli_errstrVolker Lendecke2011-07-071-2/+6
* s3-waf: Fix linking bugs causing segfaults.Andreas Schneider2011-07-072-2/+2
* s3:testparm: avoid spurious warnings about dos mode mapping and create mask i...Gregor Beck2011-07-071-19/+27
* s4 provision: Add some of the AD-specific DNS records to the directoryKai Blin2011-07-073-9/+236
* s4 provision: split up DNS provisioning into generic and samba-specific ldifsKai Blin2011-07-073-21/+31
* s4:torture/smb2: s/smb2cli_unlock/test_smb2_unlockStefan Metzmacher2011-07-061-3/+3
* s4:torture/smb2: s/smb2cli_lock/test_smb2_lockStefan Metzmacher2011-07-061-19/+19
* s3:libsmb: use clistr_pull_talloc() in cli_qfilename()Stefan Metzmacher2011-07-063-9/+30
* s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2Stefan Metzmacher2011-07-064-6/+16
* s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info()Stefan Metzmacher2011-07-063-10/+32
* s3:libsmb: the SMB_QUERY_FS_VOLUME_INFO response needs at least 18 data bytesStefan Metzmacher2011-07-061-1/+1
* s3:libsmb: don't use cli->inbuf in cli_dfs_get_referral()Stefan Metzmacher2011-07-061-5/+7
* s3:libsmb: fix error handling in cli_dfs_get_referral()Stefan Metzmacher2011-07-061-3/+11
* s3:sharesec: return an error if get_share_security() returns NULLStefan Metzmacher2011-07-061-1/+1
* s3:test: catch more errors in test_access_check() in the smbclient_s3 testMichael Adam2011-07-061-0/+16
* s3:registry: update copyright for the registry db implementationMichael Adam2011-07-061-1/+2
* examples/VFS: try to fix the build on openbsd, adding alternative spellings o...Michael Adam2011-07-061-2/+3
* s3:sharesec: also initialize pgranted if get_share_security() returns NULLStefan Metzmacher2011-07-061-0/+3
* s3: Follow the TALLOC_FREE convention in source3Volker Lendecke2011-07-061-1/+1
* s3: Fix Coverity ID 2586 -- NO_EFFECTVolker Lendecke2011-07-061-1/+1
* s3: Remove cli_errstr from cmd_posix_openVolker Lendecke2011-07-061-5/+12
* s3: Fix error logic in posix_openVolker Lendecke2011-07-061-2/+2
* s3: Remove a few uses of cli_errstrVolker Lendecke2011-07-061-26/+27
* s3: make cli_resolve_path return NTSTATUSVolker Lendecke2011-07-068-136/+230
* ccan/tally: don't use SIZE_MAX.Rusty Russell2011-07-061-2/+2
* build: we no longer put #if _SAMBA_BUILD_ == 4 in public headersAndrew Bartlett2011-07-061-3/+0
* s3-build We no longer require to redefine _SAMBA_BUILD_Andrew Bartlett2011-07-061-5/+0
* libcli/smb move FILE_TYPE constants in commonAndrew Bartlett2011-07-064-19/+9
* libcli/smb move enum protocol_types to a common headerAndrew Bartlett2011-07-065-27/+14
* build: Remove _SAMBA_BUILD == 4 from libgpoAndrew Bartlett2011-07-066-78/+0
* librpc/ndr remove _SAMBA_BUILD_ conditionalsAndrew Bartlett2011-07-063-8/+0
* build: Re-enable the -Wl,--as-needed flagAndrew Bartlett2011-07-061-6/+2
* s3:smbd fix a compile warning on AIX 5.3Christian Ambach2011-07-051-1/+1
* s3:build fix autoconf build on AIX 5.3Christian Ambach2011-07-051-3/+3
* .gitignore: add AIX WINBIND nss moduleChristian Ambach2011-07-051-0/+1
* s3:lib fix non-empty blank linesChristian Ambach2011-07-051-3/+3
* s3:modules fix non-empty blank linesChristian Ambach2011-07-051-3/+3
* s3: Remove some unused variablesVolker Lendecke2011-07-051-4/+0
* s3: Fix bug 8102Volker Lendecke2011-07-051-0/+8
* s3: Calculate&store the maximum share access maskVolker Lendecke2011-07-052-22/+16
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-055-16/+28
* ldb: set -Wl,-no-undefined only on standalone buildAndrew Bartlett2011-07-051-5/+5
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-05156-16/+16
* s4-dbcheck: support the 'none' option for promptsAndrew Tridgell2011-07-051-2/+10
* s4-pycommon: support 'none' as an option in confirmAndrew Tridgell2011-07-051-7/+20
* dbcheck: only use a paged search when checking a ldap databaseAndrew Tridgell2011-07-051-1/+1
* dbcheck: check for unknown attributes and offer to remove themAndrew Tridgell2011-07-051-3/+46
* s4-pycommon: allow an optional 'all' choice for confirm dialogsAndrew Tridgell2011-07-051-3/+9
* s4-dsdb: allow removal of unknown attributes if RELAX setAndrew Tridgell2011-07-052-2/+21
* ccan: fix configure tests for __builtin_clz etc.Rusty Russell2011-07-051-8/+8