summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Make proper use of sid_check_is_in_xx routinesVolker Lendecke2010-11-051-2/+2
* s3: Fix a typoVolker Lendecke2010-11-051-1/+1
* s3: Remove some duplicate prototypesVolker Lendecke2010-11-052-31/+0
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-053-1/+14
* s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke2010-11-043-55/+41
* s3: Remove an unused prototypeVolker Lendecke2010-11-041-17/+0
* s3-waf: add check for httpConnect and httpConnectEncrypt.Günther Deschner2010-11-041-0/+1
* s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam2010-11-032-0/+11
* s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam2010-11-032-13/+57
* s3:lib/util_str: clarify the comment header for strlen_m().Michael Adam2010-11-031-4/+6
* s3:lib/charcnv: clarify comments in next_codepoint_ext()Michael Adam2010-11-031-2/+2
* s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam2010-11-032-6/+6
* s3:lib/charcnv: reformat comments in next_codepoint_ext()Michael Adam2010-11-031-12/+18
* s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-032-11/+34
* s3: Align nttrans replies the same way Windows does itVolker Lendecke2010-11-031-1/+1
* s3: Fix a getgrent crash with many groupsVolker Lendecke2010-11-031-0/+1
* s3: Add "net registry getvaluesraw"Volker Lendecke2010-11-021-0/+51
* s3: Do not connect to ctdb if it is blocked for some reasonVolker Lendecke2010-11-021-0/+58
* cluster_fatal() exit code should not indicate success.Martin Schwenke2010-11-021-1/+1
* s3: Fix a typo in a DEBUG msgVolker Lendecke2010-11-021-1/+1
* s3-param Fix up lp_set_cmdline() not to re-store cmdline options on each reloadAndrew Bartlett2010-11-021-4/+9
* s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett2010-11-023-17/+10
* s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett2010-11-024-5/+21
* debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett2010-11-022-2/+11
* s3-debug Clarify the handling of invalid state.fd values in debug.cAndrew Bartlett2010-11-021-9/+10
* s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett2010-11-026-10/+11
* s3-debug Convert from x_file to real file descriptors.Andrew Bartlett2010-11-022-49/+31
* s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett2010-11-026-6/+8
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-0216-73/+15