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-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
2003-10-29
parameterise the listen backlog in smbd and make it larger by default. A back...
Andrew Tridgell
1
-0
/
+3
2003-10-24
Fix one other place VA_COPY is defined ... should fix NetBSD build.
Richard Sharpe
1
-0
/
+4
2003-10-24
Commit Derrell's changes to libsmbclient plus a small change to configure.in
Richard Sharpe
1
-0
/
+864
2003-10-24
Add initshutdown pipe commands to rpcclient. Second part of fix to bug
Jim McDonough
2
-1
/
+4
2003-10-24
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+70
2003-10-24
New files for support of initshutdown pipe. Win2k doesn't respond properly
Jim McDonough
1
-0
/
+70
2003-10-23
Apply the changes to libsmbclient that derrell has contributed. Fix some
Richard Sharpe
1
-0
/
+864
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-0
/
+14
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-0
/
+14
2003-10-21
Merge of mmap blacklist fix from HEAD.
Tim Potter
1
-0
/
+7
2003-10-21
If we have blacklisted mmap() try to avoid using it accidentally by
Tim Potter
1
-0
/
+7
2003-10-20
Update structures after ethereal showed some marshalling/unmarshalling
Jim McDonough
1
-2
/
+3
2003-10-20
Several updates:
Jim McDonough
1
-1
/
+3
2003-10-20
more 2.2.x compatibility fixes - allow user looksup in the kerb5
Gerald Carter
1
-1
/
+1
2003-10-20
more 2.2.x compatibility fixes - allow user looksup in the kerb5
Gerald Carter
1
-1
/
+1
2003-10-17
Add epmapper pipe
Jim McDonough
2
-1
/
+4
2003-10-17
Add endpoint mapper rpc definitions
Jim McDonough
1
-0
/
+115
2003-10-15
created a new target: genparse
Simo Sorce
1
-1
/
+0
2003-10-14
sorry folks, forgot to cvs add/remove before commit.
Simo Sorce
1
-0
/
+164
2003-10-14
Ignore autogenerated tdbsam2_parse_info.h
Tim Potter
1
-3
/
+4
2003-10-13
So here it is a non-intrusive patch with my latest work on gums (the
Simo Sorce
5
-109
/
+256
2003-10-09
Merge from 3.0:
Tim Potter
1
-0
/
+1
2003-10-06
split some security related functions in their own files.
Simo Sorce
3
-3
/
+26
2003-10-06
split some security related functions in their own files.
Simo Sorce
3
-3
/
+26
2003-10-03
Moving towards better i18n support in SWAT. This commit contains a
Tim Potter
1
-0
/
+1
2003-10-01
commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...
Gerald Carter
1
-2
/
+9
2003-10-01
commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...
Gerald Carter
1
-2
/
+9
2003-09-29
Merge from 3.0:
Tim Potter
2
-6
/
+4
2003-09-25
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
2
-6
/
+4
2003-09-24
Another round of merges from 3.0:
Tim Potter
1
-81
/
+59
[next]