summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-lib Add myhostname_upper()Andrew Bartlett2011-06-092-0/+17
* s3-selftest Add a test for 'message command'Andrew Bartlett2011-06-091-0/+48
* server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett2011-06-091-4/+14
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-099-55/+17
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-096-61/+8
* s3-libsmbclient Use workgroup from libsmbclient caller for domain in credentialsAndrew Bartlett2011-06-091-1/+1
* s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-0911-48/+24
* s3-lib Read and write the full struct server_id (except the unique_id)Andrew Bartlett2011-06-091-19/+18
* librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett2011-06-095-92/+2
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-094-34/+2
* s3-server_id change pid to hyperAndrew Bartlett2011-06-091-1/+1
* s3-server_id Add task_id to server_id to match Samba4Andrew Bartlett2011-06-093-0/+9
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-0916-18/+17
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-0939-98/+97
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-09107-219/+218
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-0947-82/+81
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-0979-169/+168
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-0949-107/+106
* s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett2011-06-093-131/+0
* s3:auth/auth_samba4.c - remove unused variableMatthias Dieter Wallnöfer2011-06-091-1/+0
* s3:passdb/pdb_samba4.c - remove unused variableMatthias Dieter Wallnöfer2011-06-091-1/+0
* s3:passdb/pdb_samba4.c - fix a format specifier warningMatthias Dieter Wallnöfer2011-06-091-1/+1
* 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
* 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: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
* s3-auth Use loadparm_init_s3() to get an lp_ctx for auth_samba4Andrew Bartlett2011-06-071-15/+2
* s3: Remove unused variablesVolker Lendecke2011-06-071-2/+0
* s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider2011-06-061-1/+1
* s3: Remove a pointless if-statementVolker Lendecke2011-06-061-3/+1
* s3: Fix two debug messagesVolker Lendecke2011-06-061-2/+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-061-0/+26
* s3-passdb use new loadparm_init_s3 rather than reloading the smb.confAndrew Bartlett2011-06-061-14/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-066-47/+7
* s3-lib Remove unused lib_path()Andrew Bartlett2011-06-062-14/+0
* s4-param Add hook between Samba3 and Samba4 loadparm systems.Andrew Bartlett2011-06-064-4/+77