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
2010-11-30
wafsamba: Fix indentation.
Jelmer Vernooij
1
-1
/
+1
2010-11-30
s3: Add shadow copy info to smbclient allinfo
Volker Lendecke
1
-0
/
+46
2010-11-30
s3: Add cli_shadow_copy_data
Volker Lendecke
2
-0
/
+160
2010-11-30
s4:torture - partially revert "s4:torture - prefer the termination "return"s ...
Matthias Dieter Wallnöfer
1
-4
/
+2
2010-11-30
wafsamba: Only use private library rpath when linking against private
Jelmer Vernooij
2
-4
/
+14
2010-11-30
samba_dist: Fix dist for subprojects.
Jelmer Vernooij
1
-10
/
+30
2010-11-29
samdb: Build as public library.
Jelmer Vernooij
2
-1
/
+12
2010-11-29
s4:torture - prefer the termination "return"s at the end of two unittests
Matthias Dieter Wallnöfer
2
-4
/
+11
2010-11-29
Fix bug discovered with "encryped passwords = no".
Jeremy Allison
1
-8
/
+1
2010-11-29
s4-smbtorture: only run the cupsaddsmb adobe driver test against s3.
Günther Deschner
1
-0
/
+4
2010-11-29
s3-spoolss: Fix Bug #7641: handle win9x adddriver calls w/o config file.
Günther Deschner
1
-2
/
+8
2010-11-29
s4-smbtorture: add torture test for cupsaddsmb win9x driver install behavior.
Günther Deschner
1
-0
/
+38
2010-11-29
s4-smbtorture: make add-printerdriver test more robust against empty configfi...
Günther Deschner
1
-1
/
+3
2010-11-29
s4-smbtorture: make driver upload/removal more robust against empty filenames.
Günther Deschner
1
-2
/
+2
2010-11-29
s3-oldtest: add WIN40 to print$ share.
Günther Deschner
1
-0
/
+1
2010-11-29
s3-selftest: add WIN40 directory to print$ share.
Günther Deschner
1
-0
/
+3
2010-11-29
s4-smbtorture: add test for Adobe PostScript driver (Win9x) installation.
Günther Deschner
1
-0
/
+28
2010-11-29
s4-smbtorture: handle driverfile overlap during removal in RPC-SPOOLSS-DRIVER.
Günther Deschner
1
-3
/
+5
2010-11-29
s4-smbtorture: re-arrange RPC-SPOOLSS-DRIVER test a bit.
Günther Deschner
1
-35
/
+44
2010-11-29
s4:wrepl_server - add a cast on "iov_base"
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-29
s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by casts
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-29
s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc"
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-29
s4:wrepl_server - remove unreachable statement
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-11-29
s4:dcesrv_drsuapi RPC server - remove unreachable statement
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-11-29
s4:dns_server/dns_update.c - remove unreachable statements
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-11-29
libcli/security/object_tree.c - remove unreachable statement
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-11-29
s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"
Matthias Dieter Wallnöfer
4
-10
/
+0
2010-11-29
s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";"
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-29
heimdal:base/heimbase.c - remove an unused variable
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-11-29
s4:param/pyparam_util.c - remove unused include
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-11-29
s4:auth/gensec/gensec_gssapi.c - always print error messages on the same tall...
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-29
wintest: cope with the heimdal version of kinit
Andrew Tridgell
2
-5
/
+8
2010-11-29
s4-samdb: give a better exception if multiple users match in password change
Andrew Tridgell
1
-1
/
+2
2010-11-29
s4-repl_schema: fixed ldb exception handling
Andrew Tridgell
1
-2
/
+4
2010-11-29
s4-samba-tool: fixed exception handling in subcommands
Andrew Tridgell
13
-74
/
+68
2010-11-29
s4-samba-tool: fixed ldb exception handling in domainlevel command
Andrew Tridgell
1
-4
/
+4
2010-11-29
s4-samba-tool: improved exception handling in samba-tool
Andrew Tridgell
1
-5
/
+44
2010-11-29
s4-join: fixed exception handling in join command
Andrew Tridgell
1
-9
/
+10
2010-11-29
s4-ldapcmp: make ldapcmp a samba-tool command
Andrew Tridgell
2
-91
/
+105
2010-11-29
s4-ldapcmp: fixed exception handling
Andrew Tridgell
1
-19
/
+17
2010-11-29
s4-pyglue: added get_debug_level() method
Andrew Tridgell
2
-0
/
+8
2010-11-29
s4-loadparm: use loadparm_init_global() instead of loadparm_init()
Andrew Tridgell
4
-24
/
+17
2010-11-29
s4-loadparm: added loadparm_init_global()
Andrew Tridgell
2
-0
/
+28
2010-11-29
s4-gpo: started on samba-tool gpo list command
Andrew Tridgell
1
-0
/
+99
2010-11-29
s4-dsdb: give full error message for operational failures
Andrew Tridgell
1
-2
/
+2
2010-11-29
s4-pydsdb: two more GPO related flags
Andrew Tridgell
1
-0
/
+2
2010-11-29
s4-samba-tool: started on gpo subcommands in python
Andrew Tridgell
2
-0
/
+122
2010-11-29
s4-pydsdb: added GPO policy flags
Andrew Tridgell
1
-0
/
+7
2010-11-28
samba.tests.hostconfig: Fix import.
Jelmer Vernooij
1
-1
/
+1
2010-11-28
s4-python: Some reformatting for the purpose of pydoctor.
Jelmer Vernooij
11
-64
/
+105
[prev]
[next]