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
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8531: Fix a memleak
Volker Lendecke
1
-0
/
+1
2007-10-10
r8521: Another micro-step: Don't pass down a flag where not necessary.
Volker Lendecke
1
-14
/
+16
2007-10-10
r8510: Don't include the valgrind headers on 64bit linux systems.
Gerald Carter
2
-0
/
+15
2007-10-10
r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.
Volker Lendecke
2
-3
/
+3
2007-10-10
r8507: BUG 2557: don't give and rpc fault when you get an unsupported SetPrin...
Gerald Carter
1
-0
/
+16
2007-10-10
r8506: BUG 2853: don't strip out characters like '$' from printer names
Gerald Carter
2
-19
/
+20
2007-10-10
r8501: * disable printer handle object cache (was mostly used
Gerald Carter
3
-68
/
+181
2007-10-10
r8493: According to MSKB 141714 the %LOGONSERVER% variable should be
Günther Deschner
1
-2
/
+7
2007-10-10
r8492: open_mode_check does not use the parameter p_flags, so remove it.
Volker Lendecke
1
-3
/
+2
2007-10-10
r8478: remove unused printmode command from smbclient (noticed by kalim@samba...
Gerald Carter
1
-40
/
+0
2007-10-10
r8475: BUG 2872: fix cut-n-paste error when checking pointer value in ntlmssp...
Gerald Carter
1
-1
/
+1
2007-10-10
r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...
Gerald Carter
3
-18
/
+96
2007-10-10
r8457: Fix from Marcel Müller <mueller@maazl.de> to ensure
Jeremy Allison
1
-1
/
+1
2007-10-10
r8454: Fix Bug #2502
Günther Deschner
2
-16
/
+0
2007-10-10
r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.
Lars Müller
1
-1
/
+1
2007-10-10
r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l...
Jim McDonough
3
-2
/
+12
2007-10-10
r8431: Ensure to use dev_private and not private after Jeremy's CPP reserved
Lars Müller
1
-2
/
+2
2007-10-10
r8428: some more old printerdb stuff.
Günther Deschner
1
-1
/
+0
2007-10-10
r8427: Printerdb has been moved into a tmp branch.
Günther Deschner
1
-3
/
+2
2007-10-10
r8402: allow to build with --enable-aio-support.
Günther Deschner
1
-3
/
+3
2007-10-10
r8398: Fix segfault in the client addprinterex-call. Found with "net rpc
Günther Deschner
1
-1
/
+2
2007-10-10
r8396: fix some compile warnings.
Günther Deschner
1
-8
/
+11
2007-10-10
r8388: fix typo in installman script
Gerald Carter
1
-1
/
+1
2007-10-10
r8366: Root-level files don't have a slash, but acls need to be settable on
Volker Lendecke
1
-4
/
+6
2007-10-10
r8360: Some ioctl constants, found by Björn Jacke <bj@sernet.de> with
Volker Lendecke
1
-1
/
+3
2007-10-10
r8330: moving onto 3.0.20rc1-SVN
Gerald Carter
1
-2
/
+2
2007-10-10
r8327: * don't use unitialized variables
Gerald Carter
1
-3
/
+2
2007-10-10
r8326: factor out the delete printer code to a delete_printer_hook() for reuse
Gerald Carter
1
-56
/
+53
2007-10-10
r8325: * punt....don't normalize the printer name in the RegCreateKey().
Gerald Carter
1
-3
/
+1
2007-10-10
r8324: * initial cut at creating printers via the registry API
Gerald Carter
2
-8
/
+44
2007-10-10
r8323: * convert RegSetValue() calls immediately beneath the printer
Gerald Carter
1
-9
/
+23
2007-10-10
r8322: * get RegSetValue() working for printer subkey values
Gerald Carter
2
-4
/
+170
2007-10-10
r8292: Tidy up function comments.
Jeremy Allison
1
-2
/
+10
2007-10-10
r8290: Fix for bug in SMBwriteBraw where we incorrectly
Jeremy Allison
1
-1
/
+2
2007-10-10
r8231: Patch from James Peach to fix the IRIX build.
Volker Lendecke
1
-4
/
+4
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
35
-1964
/
+2566
2007-10-10
r8207: Fix my NT_STATUS_IS_OK mismatch.
Günther Deschner
1
-1
/
+1
2007-10-10
r8205: try to improve readability of smbldap_search_domain_info()
Günther Deschner
1
-18
/
+33
2007-10-10
r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...
Jim McDonough
4
-3
/
+1043
2007-10-10
r8184: fix build issue on Solaris in smbclient
Gerald Carter
1
-0
/
+5
2007-10-10
r8155: ops, add missing function.
Günther Deschner
1
-0
/
+14
2007-10-10
r8152: * remove commented out structure
Gerald Carter
2
-17
/
+2
2007-10-10
r8151: Add support to create position independent executable (PIE) code if the
Lars Müller
2
-55
/
+85
2007-10-10
r8145: When inventing a new parameter for SFU-support, be aware of Volker's
Günther Deschner
4
-13
/
+20
2007-10-10
r8144: remove unused parameter leftover.
Günther Deschner
1
-1
/
+0
2007-10-10
r8141: Update volker's valgrind fix in r8097. Same effect, just helps me
Gerald Carter
1
-0
/
+3
2007-10-10
r8133: Got approval from Luke Howard (PADL) to change the company copyright to
Günther Deschner
1
-7
/
+1
2007-10-10
r8093: Next round. Now it compiles with --enable-socket-wrapper.
Volker Lendecke
7
-24
/
+24
2007-10-10
r8092: Attempt to fix the socket wrapper stuff for Samba 3.
Volker Lendecke
2
-60
/
+108
2007-10-10
r8089: successfully delete printer subkeys via the registry....now for values
Gerald Carter
2
-1
/
+51
[prev]
[next]