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-06-29
Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.
Jeremy Allison
1
-1
/
+1
2011-06-29
s4-param Handle BOOLREV parameters
Andrew Bartlett
1
-0
/
+16
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
19
-92
/
+47
2011-06-29
s3-param use C99 boolean for false
Andrew Bartlett
1
-118
/
+118
2011-06-29
s3-param use C99 boolean for true
Andrew Bartlett
1
-99
/
+99
2011-06-29
s3-param Convert sDefault to C99 initialisers
Andrew Bartlett
1
-142
/
+142
2011-06-29
s4-param Match source3's param: use C99 initialisers
Andrew Bartlett
1
-159
/
+1090
2011-06-29
s4-param Merge struct parm_struct with version from source3/
Andrew Bartlett
3
-14
/
+15
2011-06-29
s3-param Remove unused FLAG_DOS_STRING
Andrew Bartlett
2
-3
/
+2
2011-06-29
param: Merge struct parm_struct definitions
Andrew Bartlett
4
-38
/
+41
2011-06-29
s3-param Use .offset rather than .ptr when defining parameters
Andrew Bartlett
2
-7
/
+6
2011-06-29
s3-param Remove .offset == 0 checks as 'valid' will have offset 0
Andrew Bartlett
1
-18
/
+4
2011-06-29
s3-param use .offset rather than .ptr (renames)
Andrew Bartlett
1
-437
/
+441
2011-06-29
Fix bug #8219 - SMB Panic from Windows 7 Client
Jeremy Allison
1
-0
/
+8
2011-06-29
s3-param use lp_parm_ptr() rather than parm.ptr directly
Andrew Bartlett
4
-69
/
+70
2011-06-29
Remove obsolete BUGS file.
Jelmer Vernooij
1
-24
/
+0
2011-06-28
s4:kdc/mit_samba: disable mit_samba_check_s4u2proxy()
Stefan Metzmacher
1
-0
/
+9
2011-06-28
s4:kdc: generate the S4U_DELEGATION_INFO in the regenerated pac
Stefan Metzmacher
5
-11
/
+157
2011-06-28
krb5pac.idl: add PAC_CONSTRAINED_DELEGATION (S4U_DELEGATION_INFO)
Stefan Metzmacher
1
-1
/
+13
2011-06-28
s4:kdc: use KRB5_WINDC_PLUGIN_MINOR define instead of KRB5_WINDC_PLUGING_MINOR
Stefan Metzmacher
1
-1
/
+1
2011-06-28
HEIMDAL:kdc: pass down the delegated_proxy_principal to the verify_pac()
Stefan Metzmacher
3
-20
/
+41
2011-06-28
HEIMDAL:kdc/windc_plugin.h: KRB5_WINDC_PLUGIN_MINOR 4 => 5
Stefan Metzmacher
1
-2
/
+2
2011-06-28
s3-waf: remove s3-waf specific dynconfig.
Günther Deschner
5
-137
/
+36
2011-06-28
s3-waf: add some missing tdb dependencies.
Günther Deschner
5
-13
/
+13
2011-06-28
s3-smbd Remove set but unused variables
Andrew Bartlett
1
-9
/
+0
2011-06-28
s3-param Rename struct service and struct globals
Andrew Bartlett
1
-31
/
+31
2011-06-28
s3-param Remove lp_parm_string
Andrew Bartlett
1
-12
/
+0
2011-06-28
s3-param make lp_passdb_backend() a normal lp_ function again
Andrew Bartlett
1
-42
/
+1
2011-06-27
s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)
Volker Lendecke
4
-9
/
+11
2011-06-27
s3:g_lock: g_lock.tdb should not be executable
Christian Ambach
1
-1
/
+2
2011-06-25
s3: Fix winbindd_wins_byname
Volker Lendecke
1
-2
/
+3
2011-06-25
s3:test: don't rely on pyhton being in /usr/bin/python in the sids2xids test
Michael Adam
1
-1
/
+1
2011-06-24
s3:test: fix the smbclient_s3 test on older systems
Michael Adam
1
-1
/
+1
2011-06-24
s3:test: fix the net registry roundtrip test on older systems
Michael Adam
1
-1
/
+1
2011-06-24
s3:configure: remove unused --with-rootsbindir configure option
Stefan Metzmacher
2
-19
/
+0
2011-06-24
s3-autconf Move nmbd socket directory to PREFIX/var/nmbd
Andrew Bartlett
1
-2
/
+2
2011-06-24
s3-buildoptions Show compiled-in location of the new ncaclrpc and nmbd sockets
Andrew Bartlett
1
-0
/
+2
2011-06-24
Add NT_STATUS_IO_REPARSE_TAG_NOT_HANDLED
Volker Lendecke
2
-0
/
+3
2011-06-24
s3: Fix an error message in smbclient symlink
Volker Lendecke
1
-1
/
+1
2011-06-24
s3: Use reparse point style symlinks
Volker Lendecke
1
-18
/
+18
2011-06-24
s3: Remove a call to cli_errstr
Volker Lendecke
1
-2
/
+4
2011-06-24
s3: Add cli_symlink
Volker Lendecke
4
-0
/
+242
2011-06-24
s3: Add SYMLINK_FLAG_RELATIVE define
Volker Lendecke
1
-0
/
+2
2011-06-24
s3: Add symlink reparse point marshalling routines
Volker Lendecke
4
-0
/
+185
2011-06-24
lib: Allow NULL converted_size in convert_string_talloc
Volker Lendecke
1
-2
/
+6
2011-06-24
s4:selftest: test ntvfs.cifs with s4u2proxy
Stefan Metzmacher
2
-7
/
+56
2011-06-24
s4:selftest: use wildcards for ntvfs.cifs tests in knownfail and skip files
Stefan Metzmacher
2
-36
/
+20
2011-06-24
selftest/Samba4: correctly upper case the netbiosname variable
Stefan Metzmacher
1
-5
/
+7
2011-06-24
s4:kdc: implement samba_kdc_check_s4u2proxy()
Stefan Metzmacher
2
-0
/
+106
2011-06-24
s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff
Stefan Metzmacher
2
-0
/
+269
[prev]
[next]