summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison10-101/+208
2010-11-10s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke1-334/+445
2010-11-09s3: Quieten a bogus error messageVolker Lendecke1-3/+1
2010-11-08Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...Jeremy Allison1-1/+3
2010-11-08First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...Jeremy Allison1-0/+10
2010-11-08s3/configure: fix typo and warningBjörn Jacke1-1/+1
2010-11-08s3-waf: add idmap_autorid to the build.Günther Deschner2-1/+10
2010-11-08s3: Fix an uninitialized variableVolker Lendecke1-0/+1
2010-11-08s3: Build idmap_autorid by defaultVolker Lendecke1-0/+1
2010-11-08s3:idmap: add a new ID mapping module autoridChristian Ambach3-0/+476
2010-11-08s3:winbind add wcache_tdc_fetch_domainbysidChristian Ambach2-0/+53
2010-11-08s3: Put some parentheses around conditionalsVolker Lendecke1-2/+2
2010-11-08s3: Consistently use stdbool types in new codeVolker Lendecke1-11/+11
2010-11-08s3:winbind add timeouts to winbind cacheChristian Ambach1-14/+57
2010-11-05s3: Make proper use of sid_check_is_in_xx routinesVolker Lendecke1-2/+2
2010-11-05s3: Fix a typoVolker Lendecke1-1/+1
2010-11-05s3: Remove some duplicate prototypesVolker Lendecke2-31/+0
2010-11-05s3: Allow disabling of mdns registrationsVolker Lendecke3-1/+14
2010-11-04s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke3-55/+41
2010-11-04s3: Remove an unused prototypeVolker Lendecke1-17/+0
2010-11-04s3-waf: add check for httpConnect and httpConnectEncrypt.Günther Deschner1-0/+1
2010-11-03s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam2-0/+11
2010-11-03s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam2-13/+57
2010-11-03s3:lib/util_str: clarify the comment header for strlen_m().Michael Adam1-4/+6
2010-11-03s3:lib/charcnv: clarify comments in next_codepoint_ext()Michael Adam1-2/+2
2010-11-03s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam2-6/+6
2010-11-03s3:lib/charcnv: reformat comments in next_codepoint_ext()Michael Adam1-12/+18
2010-11-03s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam2-11/+34
2010-11-03s3: Align nttrans replies the same way Windows does itVolker Lendecke1-1/+1
2010-11-03s3: Fix a getgrent crash with many groupsVolker Lendecke1-0/+1
2010-11-02s3: Add "net registry getvaluesraw"Volker Lendecke1-0/+51
2010-11-02s3: Do not connect to ctdb if it is blocked for some reasonVolker Lendecke1-0/+58
2010-11-02cluster_fatal() exit code should not indicate success.Martin Schwenke1-1/+1
2010-11-02s3: Fix a typo in a DEBUG msgVolker Lendecke1-1/+1
2010-11-02s3-param Fix up lp_set_cmdline() not to re-store cmdline options on each reloadAndrew Bartlett1-4/+9
2010-11-02s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett3-17/+10
2010-11-02s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett4-5/+21
2010-11-02debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett2-2/+11
2010-11-02s3-debug Clarify the handling of invalid state.fd values in debug.cAndrew Bartlett1-9/+10
2010-11-02s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett6-10/+11
2010-11-02s3-debug Convert from x_file to real file descriptors.Andrew Bartlett2-49/+31
2010-11-02s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett6-6/+8
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett16-73/+15
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett39-159/+159
2010-11-01s3:winbindd: fix query_user for users with NULL full name.Michael Adam1-1/+3
2010-11-01s3:winbindd: fix query_user_list for users with NULL full_nameMichael Adam1-1/+3
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-8/+8
2010-10-30zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell1-6/+4
2010-10-29Fix bug #7700 - Improvement of return code of smbclientJeremy Allison11-136/+229
2010-10-28s3-waf: add vfs_time_audit to the build.Günther Deschner2-1/+10