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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-19
s3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffer static
Stefan Metzmacher
2
-7
/
+2
2011-10-19
s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macros
Stefan Metzmacher
1
-6
/
+0
2011-10-19
s4:smb_server/smb2: make use of _smb_setlen_tcp()
Stefan Metzmacher
1
-1
/
+1
2011-10-19
s4:smb_server/smb: make use of _smb_setlen_nbt()
Stefan Metzmacher
1
-1
/
+1
2011-10-19
s4:libcli/smb2: make use of _smb_setlen_tcp()
Stefan Metzmacher
1
-2
/
+2
2011-10-19
s4:libcli/raw: make use of _smb_setlen_nbt()
Stefan Metzmacher
2
-2
/
+2
2011-10-19
s4:lib/stream: make use of smb_len_tcp()
Stefan Metzmacher
1
-1
/
+7
2011-10-19
s3:include: use smb_[set]len_[nbt|tcp]() macros
Stefan Metzmacher
1
-4
/
+4
2011-10-19
libcli/smb: add smb_[set]len_[nbt|tcp]() macros
Stefan Metzmacher
1
-0
/
+6
2011-10-19
s3: remove duplicate fsctl fn definitions
David Disseldorp
2
-13
/
+2
2011-10-19
libcli: Move smb2 fsctl fn defs into common code
David Disseldorp
1
-1
/
+14
2011-10-19
s3: Remove duplicate fsctl function definitions
David Disseldorp
5
-52
/
+2
2011-10-19
libcli: move ioctl function field defs to smb_constants
David Disseldorp
10
-67
/
+46
2011-10-19
s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...
Andrew Bartlett
3
-18
/
+18
2011-10-19
s4-s3-upgrade fix format string for secrets.tdb exception
Andrew Bartlett
1
-1
/
+1
2011-10-19
s4-s3-upgrade test upgrade without a wins.dat
Andrew Bartlett
1
-0
/
+3
2011-10-19
s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.dat
Andrew Bartlett
1
-1
/
+10
2011-10-19
s4-smb_server do not set credentials on gensec twice
Andrew Bartlett
1
-4
/
+0
2011-10-19
build: added deletion of stale .so and .o files
Andrew Tridgell
1
-2
/
+16
2011-10-19
samba.getopt: Add some basic tests.
Jelmer Vernooij
2
-0
/
+58
2011-10-19
samba.getopt: Keep exception message when setting a lp option fails.
Jelmer Vernooij
1
-4
/
+5
2011-10-19
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
1
-4
/
+5
2011-10-19
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
1
-1
/
+5
2011-10-19
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
1
-2
/
+1
2011-10-19
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
1
-0
/
+3
2011-10-19
s3-docs: Add a clarification note for nss_info primary group membership calcu...
Günther Deschner
2
-1
/
+5
2011-10-19
s3-docs: Document Services for Unix 2.0 (sfu20) nss_info ldap schema support.
Günther Deschner
2
-3
/
+6
2011-10-19
s3: Avoid a winbind 100% cpu loop
Volker Lendecke
1
-0
/
+8
2011-10-19
vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.
Jeremy Allison
1
-5
/
+5
2011-10-18
The last argument to atalk_build_paths() is always false, remove it.
Jeremy Allison
1
-12
/
+9
2011-10-18
lib/util: skip single hex digit at the end of the input sting - fix potential...
Michael Adam
1
-1
/
+2
2011-10-18
lib/util: fix function header comment to strhex_to_str()
Michael Adam
1
-9
/
+8
2011-10-18
lib/util: untangle assignent from check in strhex_to_str()
Michael Adam
1
-2
/
+6
2011-10-18
s3-util: dbwrap_tool: add fetch fuctions for hex and string
Björn Baumbach
1
-0
/
+61
2011-10-18
s3-util: dbwrap_tool: add store hex function
Björn Baumbach
1
-3
/
+43
2011-10-18
selftest:Samba3: fix signature for check_or_start()
Michael Adam
1
-1
/
+1
2011-10-18
selftest:Samba3: fix a message printed when starting winbindd
Michael Adam
1
-1
/
+1
2011-10-18
pdb-interface: Do not use unid_t here
Simo Sorce
8
-52
/
+59
2011-10-18
s3-auth move the s3 auth context onto gensec_ntlmssp once we start
Andrew Bartlett
1
-2
/
+2
2011-10-18
s3-libsmb Use a gensec module to provide the ntlmssp client in ntlmssp_wrap.c
Andrew Bartlett
2
-85
/
+198
2011-10-18
s3-ntlmssp split auth_ntlmssp_client_start() into two parts
Andrew Bartlett
5
-25
/
+34
2011-10-18
s3-rpc_client remove cli_auth_ntlmssp_data_destructor
Andrew Bartlett
1
-9
/
+1
2011-10-18
s3/doc: add man page for aio_fork vfs module
Björn Jacke
1
-0
/
+86
2011-10-18
s4:auth/unix_token: match s3 behavior and add uid/gid to the groups array
Stefan Metzmacher
1
-17
/
+31
2011-10-18
lib/param: Remove parameters for wins and spoolss databases
Andrew Bartlett
4
-36
/
+10
2011-10-18
ldb: Output more error information when a connect fails
Andrew Bartlett
2
-1
/
+6
2011-10-18
s3:auth_util: add the uid with WBC_ID_TYPE_BOTH also to the group array
Stefan Metzmacher
1
-2
/
+4
2011-10-18
s3-auth: use typedefs in auth.h
Andrew Bartlett
1
-8
/
+14
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
24
-86
/
+93
2011-10-18
s3-auth fix comment after s3 ntlmssp gensec module
Andrew Bartlett
1
-1
/
+1
[next]