index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-09
s3-selftest Add a test for 'message command'
Andrew Bartlett
1
-0
/
+48
2011-06-09
server_id: Change format to vnn:pid.task_id, pid.task_id or pid
Andrew Bartlett
1
-4
/
+14
2011-06-09
s3-param Remove special case for global_scope()
Andrew Bartlett
9
-55
/
+17
2011-06-09
s3-param Remove special case for lp_workgroup()
Andrew Bartlett
6
-61
/
+8
2011-06-09
s3-libsmbclient Use workgroup from libsmbclient caller for domain in credentials
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-lib Use domain in credentials file for domain in credentials
Andrew Bartlett
1
-1
/
+1
2011-06-09
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
11
-48
/
+24
2011-06-09
s3-lib Read and write the full struct server_id (except the unique_id)
Andrew Bartlett
1
-19
/
+18
2011-06-09
librpc/idr Use the Samba3 notify.idl in common.
Andrew Bartlett
5
-92
/
+2
2011-06-09
server_id.idl: Bring server_id.idl in common
Andrew Bartlett
4
-34
/
+2
2011-06-09
s3-server_id change pid to hyper
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-server_id Add task_id to server_id to match Samba4
Andrew Bartlett
3
-0
/
+9
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
16
-18
/
+17
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
39
-98
/
+97
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
107
-219
/
+218
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
47
-82
/
+81
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
79
-169
/
+168
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
49
-107
/
+106
2011-06-09
s3-talloc Remove unused TALLOC zeronull functions and macro definitions
Andrew Bartlett
3
-131
/
+0
2011-06-09
s3:auth/auth_samba4.c - remove unused variable
Matthias Dieter Wallnöfer
1
-1
/
+0
2011-06-09
s3:passdb/pdb_samba4.c - remove unused variable
Matthias Dieter Wallnöfer
1
-1
/
+0
2011-06-09
s3:passdb/pdb_samba4.c - fix a format specifier warning
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-06-09
Ensure when creating a directory, if we make any changes due to inheritance p...
Jeremy Allison
1
-0
/
+12
2011-06-08
Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
1
-3
/
+2
2011-06-08
s3:selftest: add a few more raw.* tests
Stefan Metzmacher
1
-1
/
+3
2011-06-08
s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZE
Stefan Metzmacher
1
-6
/
+6
2011-06-08
s3:libsmb:cli_np_tstream: use dynamic talloc buffers
Stefan Metzmacher
1
-9
/
+30
2011-06-08
s3-winbind: always use samlogon cache for wbinfo -r, even when caching is
Günther Deschner
1
-4
/
+0
2011-06-08
s3-winbindd: make sure we obey the -n switch also for samlogon cache access.
Günther Deschner
5
-3
/
+17
2011-06-08
s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...
Günther Deschner
1
-0
/
+4
2011-06-08
Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
1
-17
/
+43
2011-06-07
Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
1
-0
/
+2
2011-06-07
Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
1
-0
/
+2
2011-06-07
Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...
Jeremy Allison
1
-4
/
+17
2011-06-07
s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ...
Stefan Metzmacher
1
-2
/
+17
2011-06-07
s3:idmap_autorid: fail initialization if the domain is not "*"
Michael Adam
1
-0
/
+8
2011-06-07
s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...
Michael Adam
1
-1
/
+9
2011-06-07
s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()
Michael Adam
1
-5
/
+6
2011-06-07
s3-auth Use loadparm_init_s3() to get an lp_ctx for auth_samba4
Andrew Bartlett
1
-15
/
+2
2011-06-07
s3: Remove unused variables
Volker Lendecke
1
-2
/
+0
2011-06-06
s3-waf: Fix pthreadpool build which needs librt now.
Andreas Schneider
1
-1
/
+1
2011-06-06
s3: Remove a pointless if-statement
Volker Lendecke
1
-3
/
+1
2011-06-06
s3: Fix two debug messages
Volker Lendecke
1
-2
/
+2
2011-06-06
s3/pthreadpool: replace bad portable gettimeofday by clock_gettime
Björn Jacke
1
-4
/
+2
2011-06-06
s3-s4-param: Add hooks for parametric options in the s3/s4 glue layer
Andrew Bartlett
1
-0
/
+26
2011-06-06
s3-passdb use new loadparm_init_s3 rather than reloading the smb.conf
Andrew Bartlett
1
-14
/
+2
2011-06-06
lib/util use modules_path(), data_path() and shlib_ext() from source3
Andrew Bartlett
6
-47
/
+7
2011-06-06
s3-lib Remove unused lib_path()
Andrew Bartlett
2
-14
/
+0
2011-06-06
s4-param Add hook between Samba3 and Samba4 loadparm systems.
Andrew Bartlett
4
-4
/
+77
2011-06-06
s3-param always allow the realm parameter
Andrew Bartlett
1
-2
/
+0
[next]