summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure when creating a directory, if we make any changes due to inheritance p...Jeremy Allison2011-06-091-0/+12
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-3/+2
* s3:selftest: add a few more raw.* testsStefan Metzmacher2011-06-081-1/+3
* s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZEStefan Metzmacher2011-06-081-6/+6
* s3:libsmb:cli_np_tstream: use dynamic talloc buffersStefan Metzmacher2011-06-081-9/+30
* s3-winbind: always use samlogon cache for wbinfo -r, even when caching isGünther Deschner2011-06-081-4/+0
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-085-3/+17
* s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...Günther Deschner2011-06-081-0/+4
* tdb: enable VALGRIND to remove valgrind noise.Rusty Russell2011-06-081-35/+0
* s4-ipv6: fill in pdc_ip in DsRGetDCNameEx2Andrew Tridgell2011-06-081-3/+12
* s4-wins: ensure we only use IPv4 for WINS ownerAndrew Tridgell2011-06-082-2/+2
* s4-interface: raise the debug level for interface discoveryAndrew Tridgell2011-06-081-3/+3
* s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handlerAndrew Bartlett2011-06-081-0/+59
* s4-credentials Don't use expired Kerberos or GSSAPI credentialsAndrew Bartlett2011-06-081-4/+57
* s4-credentials Allow use of file-based credentials caches for debugging.Andrew Bartlett2011-06-081-3/+9
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-17/+43
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison2011-06-071-4/+17
* s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ...Stefan Metzmacher2011-06-071-2/+17
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-071-0/+8
* s3:docs: fix the example in the idmap_autorid manpage to use "idmap config * ...Michael Adam2011-06-071-1/+1
* s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...Michael Adam2011-06-071-1/+9
* s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()Michael Adam2011-06-071-5/+6
* s4-cldap: fixed the CLDAP response for IPv6 clientsAndrew Tridgell2011-06-071-6/+8
* s4-ipv6: fixed a crash in the IPv6 DNS codeAndrew Tridgell2011-06-071-1/+1
* s4-dns: fixed samba_tool -> samba-toolAndrew Tridgell2011-06-071-1/+1
* s4-build: install a build link bin/provisionAndrew Tridgell2011-06-071-0/+2
* selftest: Fix 'make quicktest' on systems without LDAP development supportAndrew Bartlett2011-06-071-6/+17
* s4-provision: fixed detection of V4/V6 addressesAndrew Tridgell2011-06-071-2/+29
* s4-ipv6: fixed iface_list_same_net() for IPv6Andrew Tridgell2011-06-071-3/+15
* s4-ipv6: fixed DNS handling with new IPv6 codeAndrew Tridgell2011-06-071-1/+16
* s4-dsdb: cope with missing backlinks in rpmd handlingAndrew Tridgell2011-06-071-1/+10
* s4-netlogon: force an IPv4 addressAndrew Tridgell2011-06-071-1/+1
* s4-ipv6: fix iface_list_best_ip() for IPv6Andrew Tridgell2011-06-071-1/+23
* s3-docs Add documentation for ncalrpc dirAndrew Bartlett2011-06-071-0/+13
* s3-auth Use loadparm_init_s3() to get an lp_ctx for auth_samba4Andrew Bartlett2011-06-071-15/+2
* s4-auth Move default auth methods back into auth.cAndrew Bartlett2011-06-072-7/+6
* s3: Remove unused variablesVolker Lendecke2011-06-071-2/+0
* s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider2011-06-061-1/+1
* Fix bug #8197 - winbind does not properly detect when a DC connection is dead.Jeremy Allison2011-06-061-6/+32
* s3: Remove a pointless if-statementVolker Lendecke2011-06-061-3/+1
* s3: Fix two debug messagesVolker Lendecke2011-06-061-2/+2
* s4/server: simplify and replace bad portable gettimeofday by timeBjörn Jacke2011-06-061-15/+2
* s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke2011-06-061-4/+2
* s3-s4-param: Add hooks for parametric options in the s3/s4 glue layerAndrew Bartlett2011-06-063-0/+32
* s3-passdb use new loadparm_init_s3 rather than reloading the smb.confAndrew Bartlett2011-06-061-14/+2
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-0629-36/+36
* s4-param Remove 'modules dir'Andrew Bartlett2011-06-063-6/+10
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-0615-71/+104