index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-auth Add auth_samba4 module
Andrew Bartlett
2011-05-08
2
-0
/
+141
*
s3-passdb: added pdb_samba4
Andrew Bartlett
2011-05-08
3
-0
/
+2126
*
s3-passdb Redirect domain GUID and SID queries to the passdb stack
Andrew Bartlett
2011-05-08
1
-0
/
+58
*
s4-dsdb Add transactions to dsdb modify helpers
Andrew Bartlett
2011-05-08
1
-0
/
+18
*
s4-samr Remove incorrect transaction_cancel() in error path
Andrew Bartlett
2011-05-08
1
-1
/
+0
*
s4-param cope with doulbe-parsing of -foo and +foo lists
Andrew Bartlett
2011-05-08
1
-3
/
+9
*
build: Allow the C code to know if this is a waf build
Andrew Bartlett
2011-05-08
2
-0
/
+2
*
s4-interfaces: keep interfaces in the order they were declared
Andrew Tridgell
2011-05-08
1
-1
/
+5
*
s3-test: build smbtorture with --enable-developer
Andrew Tridgell
2011-05-08
1
-1
/
+1
*
lib/socket: Remove outdated comment
Andrew Bartlett
2011-05-08
1
-11
/
+0
*
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
[prev]
[next]