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
*
s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...
Andrew Bartlett
2011-10-19
3
-18
/
+18
*
s4-s3-upgrade fix format string for secrets.tdb exception
Andrew Bartlett
2011-10-19
1
-1
/
+1
*
s4-s3-upgrade test upgrade without a wins.dat
Andrew Bartlett
2011-10-19
1
-0
/
+3
*
s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.dat
Andrew Bartlett
2011-10-19
1
-1
/
+10
*
s4-smb_server do not set credentials on gensec twice
Andrew Bartlett
2011-10-19
1
-4
/
+0
*
build: added deletion of stale .so and .o files
Andrew Tridgell
2011-10-19
1
-2
/
+16
*
samba.getopt: Add some basic tests.
Jelmer Vernooij
2011-10-19
2
-0
/
+58
*
samba.getopt: Keep exception message when setting a lp option fails.
Jelmer Vernooij
2011-10-19
1
-4
/
+5
*
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
2011-10-19
1
-4
/
+5
*
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
2011-10-19
1
-1
/
+5
*
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
2011-10-19
1
-2
/
+1
*
samba-tool: Improve getopt.py error handling
Giampaolo Lauria
2011-10-19
1
-0
/
+3
*
s3-docs: Add a clarification note for nss_info primary group membership calcu...
Günther Deschner
2011-10-19
2
-1
/
+5
*
s3-docs: Document Services for Unix 2.0 (sfu20) nss_info ldap schema support.
Günther Deschner
2011-10-19
2
-3
/
+6
*
s3: Avoid a winbind 100% cpu loop
Volker Lendecke
2011-10-19
1
-0
/
+8
*
vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.
Jeremy Allison
2011-10-19
1
-5
/
+5
*
The last argument to atalk_build_paths() is always false, remove it.
Jeremy Allison
2011-10-18
1
-12
/
+9
*
lib/util: skip single hex digit at the end of the input sting - fix potential...
Michael Adam
2011-10-18
1
-1
/
+2
*
lib/util: fix function header comment to strhex_to_str()
Michael Adam
2011-10-18
1
-9
/
+8
*
lib/util: untangle assignent from check in strhex_to_str()
Michael Adam
2011-10-18
1
-2
/
+6
*
s3-util: dbwrap_tool: add fetch fuctions for hex and string
Björn Baumbach
2011-10-18
1
-0
/
+61
*
s3-util: dbwrap_tool: add store hex function
Björn Baumbach
2011-10-18
1
-3
/
+43
*
selftest:Samba3: fix signature for check_or_start()
Michael Adam
2011-10-18
1
-1
/
+1
*
selftest:Samba3: fix a message printed when starting winbindd
Michael Adam
2011-10-18
1
-1
/
+1
*
pdb-interface: Do not use unid_t here
Simo Sorce
2011-10-18
8
-52
/
+59
*
s3-auth move the s3 auth context onto gensec_ntlmssp once we start
Andrew Bartlett
2011-10-18
1
-2
/
+2
*
s3-libsmb Use a gensec module to provide the ntlmssp client in ntlmssp_wrap.c
Andrew Bartlett
2011-10-18
2
-85
/
+198
*
s3-ntlmssp split auth_ntlmssp_client_start() into two parts
Andrew Bartlett
2011-10-18
5
-25
/
+34
*
s3-rpc_client remove cli_auth_ntlmssp_data_destructor
Andrew Bartlett
2011-10-18
1
-9
/
+1
*
s3/doc: add man page for aio_fork vfs module
Björn Jacke
2011-10-18
1
-0
/
+86
*
s4:auth/unix_token: match s3 behavior and add uid/gid to the groups array
Stefan Metzmacher
2011-10-18
1
-17
/
+31
*
lib/param: Remove parameters for wins and spoolss databases
Andrew Bartlett
2011-10-18
4
-36
/
+10
*
ldb: Output more error information when a connect fails
Andrew Bartlett
2011-10-18
2
-1
/
+6
*
s3:auth_util: add the uid with WBC_ID_TYPE_BOTH also to the group array
Stefan Metzmacher
2011-10-18
1
-2
/
+4
*
s3-auth: use typedefs in auth.h
Andrew Bartlett
2011-10-18
1
-8
/
+14
*
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
2011-10-18
24
-86
/
+93
*
s3-auth fix comment after s3 ntlmssp gensec module
Andrew Bartlett
2011-10-18
1
-1
/
+1
*
gensec: move event-using code to gensec_update() hooks out of gensec_start*()
Andrew Bartlett
2011-10-18
3
-39
/
+77
*
ntlmssp: Refuse to seal if we did not negotiate to sign
Andrew Bartlett
2011-10-18
1
-0
/
+5
*
gensec: Refuse to seal if we did not negotiate to sign
Andrew Bartlett
2011-10-18
1
-0
/
+3
*
s4-auth: match the new s3 gensec client and always negotiate SIGN with SEAL
Andrew Bartlett
2011-10-18
1
-0
/
+1
*
gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...
Andrew Bartlett
2011-10-18
3
-1
/
+48
*
s3-smbd Give the nt error string when failing to set up encrypted transport
Andrew Bartlett
2011-10-18
1
-3
/
+5
*
s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module
Andrew Bartlett
2011-10-18
4
-87
/
+229
*
gensec: an event context is no longer mandetory
Andrew Bartlett
2011-10-18
1
-10
/
+0
*
ntlmssp: Put members from auth_ntlmssp_state into gensec_ntlmssp_state
Andrew Bartlett
2011-10-18
1
-1
/
+17
*
ntlmssp: Prepare gensec_ntlmssp_start() for broader use
Andrew Bartlett
2011-10-18
3
-15
/
+28
*
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
2011-10-18
34
-193
/
+220
*
build: compile gensec_start.c and credentials.c in the autoconf build
Andrew Bartlett
2011-10-18
2
-0
/
+53
*
s4-s3-upgrade: Give a better clue when we cannot open secrets.tdb
Andrew Bartlett
2011-10-18
2
-2
/
+5
[next]