index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
2011-05-08
29
-116
/
+116
*
s3-lib Use common lib/socket code for get_interfaces() et al
Andrew Bartlett
2011-05-08
7
-354
/
+7
*
lib/socket move interfaces code to the top level
Andrew Bartlett
2011-05-08
6
-25
/
+63
*
s4-lib/socket Samba4 is not IPv6 compatible
Andrew Bartlett
2011-05-08
1
-0
/
+5
*
s4-lib merge get_interfaces() from Samba3 to Samba4
Andrew Bartlett
2011-05-08
3
-100
/
+375
*
s3-smbd: expose smbd_set_server_fd()
Andrew Tridgell
2011-05-08
3
-29
/
+30
*
s3-waf: expose the server_exit code in the smbd_base library
Andrew Tridgell
2011-05-08
1
-1
/
+2
*
build: allow s3 libraries to be built with no undefined symbols
Andrew Tridgell
2011-05-08
1
-2
/
+4
*
s4-param Don't set variables such as the debuglevel unless global
Andrew Bartlett
2011-05-08
1
-2
/
+18
*
Improve debug messages when creating socket directories
Andrew Bartlett
2011-05-08
3
-7
/
+15
*
libds: moved enum security_types to a common header
Andrew Tridgell
2011-05-08
4
-5
/
+5
*
s3-utils Set dyn_CONFIGFILE from -c on smbpasswd command line
Andrew Bartlett
2011-05-08
1
-0
/
+1
*
selftest Use die() less often, as it fails to allow cleanup
Andrew Bartlett
2011-05-08
2
-9
/
+30
*
auth: allow auth_common.h to be included multiple times without error
Andrew Bartlett
2011-05-08
1
-0
/
+5
*
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
2011-05-08
23
-78
/
+80
*
s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3
Andrew Bartlett
2011-05-08
7
-24
/
+24
*
s4-auth: remove unused prototype
Andrew Tridgell
2011-05-08
1
-4
/
+1
*
s3: Fix including libsmb/proto.h without prior ads.h
Volker Lendecke
2011-05-07
1
-0
/
+2
*
Fix Samba3 on OpenIndiana.
Gordon Ross
2011-05-07
4
-7
/
+49
*
A couple more off-by-one calculations with strlcpy.
Jeremy Allison
2011-05-06
1
-2
/
+2
*
s4-smbd: fix randseed_init() usage.
Günther Deschner
2011-05-06
1
-1
/
+1
*
s3-includes: no need to globally include libads/ads_status.h.
Günther Deschner
2011-05-06
7
-1
/
+10
*
s3-includes: finally only include client.h when libsmb is used.
Günther Deschner
2011-05-06
12
-3
/
+15
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
84
-812
/
+937
*
s3-proto: remove some duplicate prototypes.
Günther Deschner
2011-05-06
1
-54
/
+0
*
s3-spoolss: remove unused struct in construct_notify_printer_info().
Günther Deschner
2011-05-06
1
-2
/
+1
*
libcli/security: fix build warning, cr_descr_log_acl() is not used currently.
Günther Deschner
2011-05-06
1
-0
/
+2
*
tdb: fix a build warning.
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
68
-8
/
+81
*
lib/util don't use enum protocol_types in ms_fnmatch_protocol
Andrew Bartlett
2011-05-06
2
-2
/
+2
*
libcli/smb Move cifs posix helper functions and headers in common
Andrew Bartlett
2011-05-06
11
-715
/
+555
*
lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch()
Andrew Bartlett
2011-05-06
4
-11
/
+3
*
lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbol
Andrew Bartlett
2011-05-06
7
-14
/
+15
*
errors: Remove unused unix_to_werror()
Andrew Bartlett
2011-05-06
3
-16
/
+0
*
libcli/util Move NTSTATUS table to the top level
Andrew Bartlett
2011-05-06
6
-1616
/
+922
*
nterr: Add mem_ctx for return string from get_nt_error_c_code()
Andrew Bartlett
2011-05-06
6
-35
/
+34
*
s3-smbd ntstatus_to_dos() pulls the DOS error codes out internally
Andrew Bartlett
2011-05-06
1
-5
/
+4
*
libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top level
Andrew Bartlett
2011-05-06
5
-1884
/
+1242
*
errors: Merge source3/ werror_to_ntstatus() code to source4/
Andrew Bartlett
2011-05-06
1
-6
/
+16
*
errors: Merge ntstatus -> DOS error table between Samba3 and Samba4.
Andrew Bartlett
2011-05-06
2
-15
/
+20
*
s3-lib Remove unused dos error codes from errmap_unix
Andrew Bartlett
2011-05-06
4
-59
/
+50
*
lib/util Move source3 tdb_wrap_open() into the common code.
Andrew Bartlett
2011-05-06
26
-311
/
+222
*
s3-winbind: another strlcpy()/fstring fix
Andrew Tridgell
2011-05-06
1
-2
/
+2
*
s3-auth: fixed bug with usernames longer than sizeof(char *)
Andrew Tridgell
2011-05-06
1
-3
/
+3
*
Fix const in smbtorture.
Jeremy Allison
2011-05-06
2
-11
/
+10
*
Fix broken interface to set_namearray() - don't modify incoming string.
Jeremy Allison
2011-05-06
3
-8
/
+19
*
Fixup use of const.
Jeremy Allison
2011-05-06
1
-2
/
+2
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
37
-77
/
+71
*
Change the char * pointers in the struct to const char * (which is how they'r...
Jeremy Allison
2011-05-06
1
-19
/
+18
*
More const fixes... getting near the end now.
Jeremy Allison
2011-05-06
5
-17
/
+17
[next]