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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
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: remove duplicate fsctl fn definitions
David Disseldorp
2
-13
/
+2
2011-10-19
libcli: move ioctl function field defs to smb_constants
David Disseldorp
9
-67
/
+8
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
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-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
3
-6
/
+10
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
19
-71
/
+82
2011-10-18
gensec: move event-using code to gensec_update() hooks out of gensec_start*()
Andrew Bartlett
3
-39
/
+77
2011-10-18
s4-auth: match the new s3 gensec client and always negotiate SIGN with SEAL
Andrew Bartlett
1
-0
/
+1
2011-10-18
ntlmssp: Prepare gensec_ntlmssp_start() for broader use
Andrew Bartlett
2
-4
/
+28
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
6
-286
/
+11
2011-10-18
s4-s3-upgrade: Give a better clue when we cannot open secrets.tdb
Andrew Bartlett
2
-2
/
+5
2011-10-18
Revert "s4: Mark the winsreplication test as knownfail"
Andrew Bartlett
1
-1
/
+1
2011-10-18
Revert "s4:selftest: skip flakey samba4.nbt.winsreplication for now"
Andrew Bartlett
1
-1
/
+0
2011-10-17
s4:dlz_bind9: add no memory checks
Stefan Metzmacher
1
-0
/
+4
2011-10-17
s4:dlz_bind9: Copy dn before changing in b9_has_soa
Stefan Gohmann
1
-1
/
+5
2011-10-17
s4:dlz_bind9: add missing earch bases for windows 2000 domains
Stefan Gohmann
1
-0
/
+1
2011-10-17
s4 provision: DNS backend should be set by caller
Kai Blin
4
-8
/
+13
2011-10-17
s4 provision/dns: Clean up os level handling
Kai Blin
1
-10
/
+12
2011-10-17
s4 provision/dns: Clean up backend handling
Kai Blin
1
-6
/
+13
2011-10-17
s4 provision: Default to win2k3 domain function level
Kai Blin
1
-1
/
+1
2011-10-17
s4 provision: Reword opinionated dns backend help text, add NONE backend
Kai Blin
2
-5
/
+13
2011-10-17
s4 provision: Rename bind9 flatfile backend to BIND9_FLATFILE
Kai Blin
3
-8
/
+8
2011-10-16
provision: fix the doc
Matthieu Patou
1
-1
/
+1
2011-10-16
s4-interfaces: allow pure ipv6 to work
Matthieu Patou
1
-1
/
+2
2011-10-16
s4: check that the xattr are supported in the folder where we want to provision
Matthieu Patou
2
-2
/
+9
2011-10-14
Fix printf warning.
Jeremy Allison
1
-1
/
+1
2011-10-14
samba-tool: Add test to make sure all commands have a short description set.
Jelmer Vernooij
1
-0
/
+11
2011-10-14
samba-tool: Add test to make sure all commands have a synopsis set.
Jelmer Vernooij
3
-3
/
+26
2011-10-14
samba-tool: Move main command implementation to samba.netcmd.main, so it is a...
Jelmer Vernooij
3
-61
/
+79
2011-10-14
samba-tool: Don't require full prog line to be in synopsis.
Jelmer Vernooij
17
-98
/
+80
2011-10-14
samba.netcmd: Reintroduce Command.name.
Jelmer Vernooij
2
-0
/
+13
2011-10-14
samba-tool: Determine long option from docstring.
Jelmer Vernooij
3
-17
/
+25
2011-10-14
creds: Remove unnecessary calls to credopts.get_credentials.
Jelmer Vernooij
1
-2
/
+0
2011-10-14
python: Remove extra newlines.
Jelmer Vernooij
1
-3
/
+0
[next]