index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
26
-148
/
+172
*
Use %p for a pointer type in a printf-style format string. Also casting
Tim Potter
2003-07-22
1
-1
/
+1
*
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
2003-07-22
10
-97
/
+43
*
Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()
Tim Potter
2003-07-22
1
-3
/
+3
*
Metze's AD/LDAP detection patches mainly to do with library detection.
Tim Potter
2003-07-21
3
-197
/
+326
*
Clarify a debug log a little. The path might not exist, so say so.
Richard Sharpe
2003-07-21
1
-1
/
+1
*
This creates passdb backend files automatically when adding first account.
Rafal Szczesniak
2003-07-20
2
-3
/
+38
*
Typo fixes.
Rafal Szczesniak
2003-07-20
1
-1
/
+1
*
Fix typo
Jelmer Vernooij
2003-07-20
1
-1
/
+1
*
Fix memleak
Volker Lendecke
2003-07-19
1
-3
/
+3
*
Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.
Andrew Bartlett
2003-07-19
1
-11
/
+24
*
According to the result of voting, net has default debug level with
Rafal Szczesniak
2003-07-19
1
-3
/
+12
*
Fix memleak
Volker Lendecke
2003-07-18
1
-1
/
+1
*
Fix two memleaks in pdb_ldap.c.
Volker Lendecke
2003-07-18
2
-1
/
+13
*
make sure we don't allow the creation of directories containing
Andrew Tridgell
2003-07-18
1
-1
/
+5
*
this fixes a bug where Samba would under some circumstances return
Andrew Tridgell
2003-07-18
1
-1
/
+7
*
Fix spelling typo.
Tim Potter
2003-07-18
1
-1
/
+1
*
Uninstall modules as part of uninstall. Partial fix for 236.
Tim Potter
2003-07-18
1
-1
/
+1
*
fixed the pstrcpy() bug in directory recursion properly
Andrew Tridgell
2003-07-18
1
-1
/
+2
*
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
2003-07-18
6
-72
/
+159
*
Formatting tidyups to match the rest of the source.
Jeremy Allison
2003-07-17
1
-23
/
+33
*
Disconnect an idle LDAP connection after 150 seconds.
Volker Lendecke
2003-07-17
2
-1
/
+46
*
Ban getgrouplist on linux glibc systems with glibc <= 2.3.
Volker Lendecke
2003-07-17
1
-1
/
+33
*
Fix for bug 222 from Marcin Owsiany.
Tim Potter
2003-07-17
1
-0
/
+5
*
Don't use pstrcpy on non-pstrings.
Tim Potter
2003-07-17
1
-1
/
+1
*
In the presense of RPC fragments, schannel is not strictly request/reply,
Andrew Bartlett
2003-07-17
2
-10
/
+0
*
Correctly toggle the signing state to what it was previosly when sending
Jeremy Allison
2003-07-17
2
-15
/
+13
*
Don't allow read/write raw when signing is active.
Jeremy Allison
2003-07-17
1
-0
/
+8
*
Putting the framework for server signing in place. Ensure we don't use
Jeremy Allison
2003-07-17
3
-6
/
+89
*
Refactor signing code to remove most dependencies on 'struct cli'.
Jeremy Allison
2003-07-16
5
-110
/
+143
*
Further Debian fixes.
Eloy Paris
2003-07-16
3
-26
/
+29
*
Add API framework for server SMB signing.
Jeremy Allison
2003-07-16
5
-86
/
+128
*
Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.
Jeremy Allison
2003-07-16
3
-5
/
+33
*
Reformatting fixes to bring in line with the rest of the source.
Jeremy Allison
2003-07-16
1
-338
/
+325
*
adding command for moving a record from one tdb to another
Gerald Carter
2003-07-16
1
-0
/
+55
*
make tdbtool deal with NULL and non-NULL terminated keys
Gerald Carter
2003-07-16
1
-4
/
+14
*
sync with release tree
Gerald Carter
2003-07-16
1
-1
/
+1
*
Fix memleak
Volker Lendecke
2003-07-16
1
-1
/
+4
*
typo
Volker Lendecke
2003-07-16
1
-1
/
+1
*
Spelling.
Tim Potter
2003-07-16
5
-12
/
+12
*
Documentation Update for Beta3.
John Terpstra
2003-07-16
70
-17354
/
+18554
*
removing outdated scripts
Gerald Carter
2003-07-16
2
-91
/
+0
*
remove outdated doc
Gerald Carter
2003-07-16
1
-150
/
+0
*
adding another missing doc
Gerald Carter
2003-07-16
1
-0
/
+16
*
updating WHATSNEW
Gerald Carter
2003-07-16
2
-83
/
+146
*
Fix up our auth_pipe code to always cope with fragmented datagrams,
Andrew Bartlett
2003-07-16
1
-64
/
+41
*
fix typo in debug log
Gerald Carter
2003-07-16
1
-1
/
+1
*
fixes for 'net rpc vampire'. I can now take a blank Samba host
Gerald Carter
2003-07-16
5
-66
/
+47
*
Volker's patch for open_socket_out() to speed up connections
Gerald Carter
2003-07-16
1
-3
/
+8
*
Fix from Dragan Krnic for handling files in tar archives > 8GB.
Tim Potter
2003-07-16
1
-0
/
+10
[next]