summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* developer: only do the C++ reserved name checking on LinuxAndrew Tridgell2010-11-171-1/+1
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-13/+14
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txtVolker Lendecke2010-11-171-28/+29
* s3: Remove a reference to "winbindd_cli_state" from append_afs_tokenVolker Lendecke2010-11-171-8/+6
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndrVolker Lendecke2010-11-171-4/+5
* s3: Remove a reference to "winbindd_cli_state" from append_unix_usernameVolker Lendecke2010-11-171-6/+6
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-11/+11
* "bool ? true : false" is a bit pointlessVolker Lendecke2010-11-171-2/+1
* s3: Move parse_sidlist to the only calling fileVolker Lendecke2010-11-173-44/+42
* s3: Remove some unused codeVolker Lendecke2010-11-172-23/+0
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-161-5/+5
* net: Add and fix some German translationAndré Hentschel2010-11-151-4/+4
* s3: string_to_sid does thorough syntax checkingVolker Lendecke2010-11-142-4/+4
* s3: Avoid two calls cli_errstrVolker Lendecke2010-11-141-4/+9
* s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke2010-11-143-64/+45
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-149-19/+195
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-147-23/+24
* s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.Jelmer Vernooij2010-11-123-13/+13
* samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2010-11-121-1/+1
* s3: Well... Fix a stupid errorVolker Lendecke2010-11-111-1/+1
* s3: Make cli_set_ea_fnum return NTSTATUSVolker Lendecke2010-11-113-8/+12
* s3: Make cli_set_ea_path return NTSTATUSVolker Lendecke2010-11-114-13/+25
* s3: Remove two pointless variablesVolker Lendecke2010-11-111-5/+4
* s3: Convert cli_set_ea() to cli_trans()Volker Lendecke2010-11-111-40/+35
* s3: Convert cli_dfs_get_referral to cli_transVolker Lendecke2010-11-112-32/+31
* s3: cli_dfs_check_error does not need to depend on cli->inbufVolker Lendecke2010-11-111-10/+13
* s3: Make split_dfs_path return boolVolker Lendecke2010-11-111-11/+27
* s3: Remove some dead codeVolker Lendecke2010-11-111-3/+0
* s3: Untangle an if-expressionVolker Lendecke2010-11-111-1/+2
* Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share us...Jeremy Allison2010-11-111-5/+2
* Add test that detects problems in the SMB signing code when run through cli_w...Jeremy Allison2010-11-102-12/+36
* s3-spoolss: fix spoolss GetPrinterData behaviourDavid Disseldorp2010-11-101-1/+1
* s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke2010-11-101-2/+2
* Fix memleak I accidently introduced when reading from tdb.Jeremy Allison2010-11-101-0/+1
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-1012-110/+195
* Ensure we check the return from make_user_info before dereferencing the value...Jeremy Allison2010-11-101-2/+2
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-1010-101/+208
* s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke2010-11-101-334/+445
* s3: Quieten a bogus error messageVolker Lendecke2010-11-091-3/+1
* Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...Jeremy Allison2010-11-081-1/+3
* First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...Jeremy Allison2010-11-081-0/+10
* s3/configure: fix typo and warningBjörn Jacke2010-11-081-1/+1
* s3-waf: add idmap_autorid to the build.Günther Deschner2010-11-082-1/+10
* s3: Fix an uninitialized variableVolker Lendecke2010-11-081-0/+1
* s3: Build idmap_autorid by defaultVolker Lendecke2010-11-081-0/+1
* s3:idmap: add a new ID mapping module autoridChristian Ambach2010-11-083-0/+476
* s3:winbind add wcache_tdc_fetch_domainbysidChristian Ambach2010-11-082-0/+53
* s3: Put some parentheses around conditionalsVolker Lendecke2010-11-081-2/+2
* s3: Consistently use stdbool types in new codeVolker Lendecke2010-11-081-11/+11
* s3:winbind add timeouts to winbind cacheChristian Ambach2010-11-081-14/+57