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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r704: BUG 1315: fix for schannel client connections to server's that don't su...
Gerald Carter
1
-1
/
+3
2007-10-10
r653: Ok, so tridge convinced me. Allow full UNIX path symlinks
Jeremy Allison
1
-1
/
+0
2007-10-10
r640: Make cifsvfs symlinks work with paths within and external to the
Jeremy Allison
1
-0
/
+1
2007-10-10
r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. Also
Richard Sharpe
1
-29
/
+264
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
3
-4
/
+9
2007-10-10
r480: Added Andrew Bartletts pwinfo-parse-error.patch.
Jeremy Allison
1
-2
/
+1
2007-10-10
r478: Added Volkers fix to be able to force DOS errors when needed.
Jeremy Allison
1
-3
/
+4
2007-10-10
r428: add acls debug class
Herb Lewis
1
-0
/
+1
2007-10-10
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing
Volker Lendecke
1
-0
/
+3
2007-10-10
r248: Add support for printing out the MAC address on nmblookup.
Richard Sharpe
1
-0
/
+6
2007-10-10
r242: adding 'cups options' parameter to allow raw printing without changing ...
Gerald Carter
1
-1
/
+1
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
5
-29
/
+24
2007-10-10
r155: real for for BUG 761 -- allow printing parameter to set defaults on a p...
Gerald Carter
1
-1
/
+1
2007-10-10
r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for the
Jeremy Allison
1
-2
/
+2
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
3
-8
/
+83
2007-10-10
r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.
Alexander Bokovoy
1
-0
/
+1
2007-10-10
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r53: Remove modifyTimestamp from list of our attributes. We just check it for
Jim McDonough
1
-1
/
+0
2007-10-10
r39: * importing .cvsignore files
Gerald Carter
1
-7
/
+0
2004-04-03
Fix most of bug #169.
Andrew Bartlett
1
-22
/
+2
2004-04-02
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
1
-0
/
+3
2004-04-02
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
Volker Lendecke
1
-0
/
+20
2004-03-31
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
Jeremy Allison
1
-0
/
+2
2004-03-27
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
1
-1
/
+2
2004-03-27
Working (tested) client code for setting EA's by filename and fnum.
Jeremy Allison
1
-0
/
+6
2004-03-24
fixes for prnadmin.dll API
Gerald Carter
1
-1
/
+1
2004-03-24
Fix bugzilla # 1208
Jim McDonough
1
-0
/
+1
2004-03-22
bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...
Gerald Carter
1
-0
/
+2
2004-03-18
Password lockout for LDAP backend. Caches autolock flag, bad count, and
Jim McDonough
2
-0
/
+10
2004-03-15
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
3
-4
/
+8
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-4
/
+4
2004-03-13
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
1
-1
/
+2
2004-03-11
Get MungedDial actually working with full TS strings in it for pdb_ldap.
Jim McDonough
1
-1
/
+4
2004-03-11
add missing #ifdef HAVE_BICONV stuff
Herb Lewis
1
-0
/
+3
2004-03-04
BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppc
Gerald Carter
1
-1
/
+3
2004-03-04
BUG 1080: fix declaration of SMB_BIG_UINT
Gerald Carter
1
-12
/
+12
2004-03-04
another fix for bug 761; don't default to bsd printing on linux
Gerald Carter
1
-9
/
+0
2004-03-03
Use a common function to parse all pathnames from the wire. This allows
Jeremy Allison
2
-0
/
+7
2004-03-02
fix typo for callback bit
Jim McDonough
1
-1
/
+1
2004-02-26
fixed compilation with --enable-dmalloc
Andrew Tridgell
1
-1
/
+1
2004-02-25
Figured out a new flags bit with gentest and ethereal....
Jeremy Allison
1
-0
/
+1
2004-02-24
Add 'net rpc group add'. For this parse_samr.c had to be changed: The
Volker Lendecke
1
-0
/
+1
2004-02-24
Added NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy Allison
2
-1
/
+4
2004-02-23
Add bad password count/time attributes
Jim McDonough
1
-0
/
+1
2004-02-20
just say no to crack
Gerald Carter
1
-1
/
+1
2004-02-20
<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ...
Gerald Carter
1
-3
/
+2
2004-02-19
sys/xattr.h merge from HEAD
Gerald Carter
1
-0
/
+4
2004-02-19
Add bad password time fields
Jim McDonough
1
-0
/
+2
2004-02-13
Fixup the 'multiple-vuids' bugs.
Jeremy Allison
1
-10
/
+19
[next]