summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett107-219/+218
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett47-82/+81
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett79-169/+168
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett49-107/+106
2011-06-09s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett3-131/+0
2011-06-09s3:auth/auth_samba4.c - remove unused variableMatthias Dieter Wallnöfer1-1/+0
2011-06-09s3:passdb/pdb_samba4.c - remove unused variableMatthias Dieter Wallnöfer1-1/+0
2011-06-09s3:passdb/pdb_samba4.c - fix a format specifier warningMatthias Dieter Wallnöfer1-1/+1
2011-06-09Ensure when creating a directory, if we make any changes due to inheritance p...Jeremy Allison1-0/+12
2011-06-08Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison1-3/+2
2011-06-08s3:selftest: add a few more raw.* testsStefan Metzmacher1-1/+3
2011-06-08s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZEStefan Metzmacher1-6/+6
2011-06-08s3:libsmb:cli_np_tstream: use dynamic talloc buffersStefan Metzmacher1-9/+30
2011-06-08s3-winbind: always use samlogon cache for wbinfo -r, even when caching isGünther Deschner1-4/+0
2011-06-08s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner5-3/+17
2011-06-08s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...Günther Deschner1-0/+4
2011-06-08Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison1-17/+43
2011-06-07Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison1-0/+2
2011-06-07Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison1-0/+2
2011-06-07Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison1-4/+17
2011-06-07s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ...Stefan Metzmacher1-2/+17
2011-06-07s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam1-0/+8
2011-06-07s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...Michael Adam1-1/+9
2011-06-07s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()Michael Adam1-5/+6
2011-06-07s3-auth Use loadparm_init_s3() to get an lp_ctx for auth_samba4Andrew Bartlett1-15/+2
2011-06-07s3: Remove unused variablesVolker Lendecke1-2/+0
2011-06-06s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider1-1/+1
2011-06-06s3: Remove a pointless if-statementVolker Lendecke1-3/+1
2011-06-06s3: Fix two debug messagesVolker Lendecke1-2/+2
2011-06-06s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke1-4/+2
2011-06-06s3-s4-param: Add hooks for parametric options in the s3/s4 glue layerAndrew Bartlett1-0/+26
2011-06-06s3-passdb use new loadparm_init_s3 rather than reloading the smb.confAndrew Bartlett1-14/+2
2011-06-06lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett6-47/+7
2011-06-06s3-lib Remove unused lib_path()Andrew Bartlett2-14/+0
2011-06-06s4-param Add hook between Samba3 and Samba4 loadparm systems.Andrew Bartlett4-4/+77
2011-06-06s3-param always allow the realm parameterAndrew Bartlett1-2/+0
2011-06-05s3: Make use of name_resolve_bcast in nmblookupVolker Lendecke1-21/+3
2011-06-05s3: Make name_resolve_bcast do parallel lookups to all interfacesVolker Lendecke1-21/+19
2011-06-05s3: Add name_queries_send/recvVolker Lendecke1-0/+231
2011-06-05s3: Fix a valgrind errorVolker Lendecke1-2/+2
2011-06-05s3:winbind: Convert WINBINDD_WINS_BYIP to the async APIVolker Lendecke6-73/+145
2011-06-04s3: Fix the build on FreeBSD 8Volker Lendecke1-0/+5
2011-06-04Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison1-1/+14
2011-06-02In samba_version.m4 the test to get the version now returns severalHerb Lewis1-1/+1
2011-06-02Remove another PATH_MAX.Jeremy Allison1-12/+27
2011-06-02Fix const warnings.Jeremy Allison1-1/+1
2011-06-01Fix const warning.Jeremy Allison1-1/+1
2011-06-01Fix const warning.Jeremy Allison1-1/+1
2011-06-01release_ip() is only used with CLUSTER_SUPPORT.Jeremy Allison1-1/+1
2011-06-01Fix bug where format arguments were reversed. Please compile with -Wall !Jeremy Allison1-2/+2