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
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
2004-02-12
More sync between passdb on 3.0 and HEAD.
Jim McDonough
2
-4
/
+41
2004-02-09
Apply James' printf format checking patch for SGI MIPSPro compiler.
Tim Potter
1
-0
/
+3
2004-02-08
Remove more unused portions of the 'password cache'.
Andrew Bartlett
1
-13
/
+0
2004-01-25
If we are providing strndup(), ensure we provide a prototype too.
Andrew Bartlett
1
-0
/
+4
2004-01-15
* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
Stefan Metzmacher
1
-0
/
+1
2004-01-14
bug 770; correct fix this time; Make sure that we send the SMBjobid for unix...
Gerald Carter
1
-1
/
+2
2004-01-09
fix some warnings from the Sun compiler
Gerald Carter
2
-14
/
+14
2004-01-06
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
3
-2
/
+21
2004-01-05
Oops. Broke the build. Added missing files.
Jeremy Allison
2
-0
/
+501
2004-01-05
Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....
Jeremy Allison
1
-148
/
+4
2004-01-05
rpc_client/cli_lsarpc.c:
Andrew Bartlett
1
-0
/
+13
2004-01-05
Make arbitary binary data unsigned char.
Andrew Bartlett
1
-4
/
+4
2004-01-04
- Put functions for generating SQL queries in pdb_sql.c
Jelmer Vernooij
1
-0
/
+2
2003-12-25
This is metze's LDAP rebind sleep patch:
Volker Lendecke
1
-0
/
+2
2003-12-22
add well known rid for pre win2k compatible access group; bug 897
Gerald Carter
1
-0
/
+1
2003-12-10
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...
Gerald Carter
1
-1
/
+1
2003-12-04
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
Gerald Carter
1
-0
/
+1
2003-12-04
* fix RemoveSidForeignDomain() ; bug 252
Gerald Carter
1
-7
/
+7
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
6
-42
/
+73
2003-11-20
Typo fix.
Rafal Szczesniak
1
-2
/
+2
2003-11-12
a small include file rearrangement that doesn't affect normal
Andrew Tridgell
1
-2
/
+0
2003-11-03
removing #include <compat.h> in hopes to avoid problems with apache header fi...
Gerald Carter
1
-4
/
+0
2003-11-02
Add prototype for smbc_remove_unused_server() to fix compiler warning.
Tim Potter
1
-0
/
+11
[next]