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
2003-08-25
update python libraries for new cli_spoolss_getprinterdriver() call
Gerald Carter
1
-2
/
+3
2003-08-25
ignore generated smbadduser
Gerald Carter
1
-0
/
+1
2003-08-25
fix bug 289; make sure to reset the offset into a string when reallocating space
Gerald Carter
1
-1
/
+2
2003-08-25
fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the neccess...
Gerald Carter
1
-2
/
+2
2003-08-25
fix bug #39; save the -W value and restore it after lp_load()
Gerald Carter
1
-1
/
+18
2003-08-25
make sure the printer data value exists before saying you deleted it
Gerald Carter
1
-0
/
+5
2003-08-25
Fix memleak.
Volker Lendecke
1
-1
/
+3
2003-08-25
Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.
Volker Lendecke
1
-1
/
+2
2003-08-23
it never amazes me when some new things crawls out of the windows
Gerald Carter
3
-2
/
+13
2003-08-23
Half-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison
12
-2176
/
+2088
2003-08-22
struct nmb_name should have 16 byte namestrings, not 17.
Jeremy Allison
1
-3
/
+3
2003-08-22
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
Jeremy Allison
2
-2
/
+2
2003-08-22
* Fix for bug 290:
Gerald Carter
3
-6
/
+16
2003-08-22
don't complain if the using_samba book is not in the tree
Gerald Carter
1
-12
/
+3
2003-08-22
revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...
Gerald Carter
1
-2
/
+2
2003-08-22
fix compile problem (stray character)
Gerald Carter
1
-1
/
+1
2003-08-22
ensure that 'available = no' works for [homes]; reported by Walter Haidinger
Gerald Carter
1
-3
/
+1
2003-08-22
Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.
Jeremy Allison
2
-21
/
+16
2003-08-22
Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displaying
Jeremy Allison
1
-1
/
+1
2003-08-21
Shut conversion errors up when initialising tables.
Jeremy Allison
1
-12
/
+24
2003-08-21
define SYSV for IRIX
Herb Lewis
1
-0
/
+1
2003-08-21
fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJ
Gerald Carter
1
-1
/
+1
2003-08-21
fix for BUG 245; make sure we set the sid type when falling back to the rid a...
Gerald Carter
1
-1
/
+7
2003-08-21
Keep list of ignored and shared modules
Jelmer Vernooij
1
-0
/
+2
2003-08-21
remove unneedced script
Gerald Carter
1
-102
/
+0
2003-08-21
actually check in the fix for make torture
Gerald Carter
1
-2
/
+2
2003-08-21
Ignore only getdate.* in modules/, not the whole directory. Fixes static buil...
Alexander Bokovoy
1
-1
/
+1
2003-08-21
Turn UNIX extensions on by default. Yes I will change the docs :-).
Jeremy Allison
1
-1
/
+1
2003-08-20
Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed
Jeremy Allison
3
-36
/
+94
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
25
-24
/
+298
2003-08-20
Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN
Gerald Carter
4
-34
/
+93
2003-08-20
Add log2pcap to ignorefile
Jelmer Vernooij
1
-0
/
+1
2003-08-20
Make compiling vfs_readonly static possible
Jelmer Vernooij
1
-1
/
+1
2003-08-20
fix small logic error in cm_open_connection() to work with non-krb5 connections
Gerald Carter
1
-7
/
+31
2003-08-19
missing backtic
Gerald Carter
1
-1
/
+1
2003-08-19
- Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett
6
-55
/
+138
2003-08-19
Ignore modules/*.c in make proto
Alexander Bokovoy
1
-1
/
+1
2003-08-19
- Fix the kerberos downgrade problem:
Andrew Bartlett
3
-63
/
+42
2003-08-19
Break up 'cli_full_connection' to allow for the session setups to be done
Andrew Bartlett
1
-35
/
+114
2003-08-19
working on fix for BUG #294. Not done yet, but this at least clears
Gerald Carter
2
-5
/
+17
2003-08-19
- Update 'preload modules' documention (bug #304)
Jelmer Vernooij
2
-3
/
+11
2003-08-19
Fix BUG #314: api_netUserGetGRoups() was failing prematurely
Gerald Carter
3
-9
/
+70
2003-08-19
Implement SMBexit properly. Found by Samba4 tester. You must do a make
Jeremy Allison
4
-0
/
+24
2003-08-19
Fix flush of 0xFFFF - found by Samba4 tester.
Jeremy Allison
1
-2
/
+4
2003-08-19
Don't return DOS error on SMBsearch return if using NT error codes (NT1
Jeremy Allison
1
-8
/
+10
2003-08-18
Win2k never returns 'no such user' here, so when we do it, the clients freak
Andrew Bartlett
1
-1
/
+1
2003-08-18
Added level 262. Found by Samba4 torture tester.
Jeremy Allison
1
-0
/
+44
2003-08-18
Add level 261 to search. Found using Samba4 tester.
Jeremy Allison
2
-0
/
+24
2003-08-16
Fixes to all mount.cifs to run more safely setuid
Steve French
1
-3
/
+22
2003-08-16
Implemented the level 1010 NT rename level. Many fixes for Samba4 test
Jeremy Allison
4
-71
/
+256
[next]