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
path:
root
/
source
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
The _abs time functions should not be converting from/to GMT.
Jeremy Allison
2002-12-10
1
-18
/
+11
*
Ensure global_scope() returns "", not the NULL string. Froma tpot fix.
Jeremy Allison
2002-12-06
1
-0
/
+6
*
fns for retrieving dns host name and domain name (get rid of lp_realm hacks).
Jim McDonough
2002-12-03
1
-0
/
+56
*
Merge from HEAD, struct in_addr is always in network byte order, so we don't
Andrew Bartlett
2002-12-01
1
-5
/
+0
*
Merge a bunch of trivial changes from HEAD. The difference remaining
Tim Potter
2002-11-29
1
-1
/
+1
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
2
-10
/
+23
*
merged the %U changes to 3.0
Andrew Tridgell
2002-11-20
1
-5
/
+24
*
Merge from HEAD:
Andrew Bartlett
2002-11-15
1
-3
/
+3
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
10
-718
/
+892
*
Fix all returns to be size_t (they are all unsigned). Fixup strlen being
Jeremy Allison
2002-11-11
1
-213
/
+244
*
sync with head
Simo Sorce
2002-11-10
1
-75
/
+0
*
Last sync with HEAD
Jelmer Vernooij
2002-11-09
1
-11
/
+2
*
Sync with HEAD
Jelmer Vernooij
2002-11-09
2
-7
/
+71
*
patches from Urban
Gerald Carter
2002-11-08
1
-0
/
+2
*
port sec_desc headers reordering from HEAD.
Simo Sorce
2002-11-02
1
-2
/
+2
*
Merge passdb from HEAD -> 3.0
Andrew Bartlett
2002-11-02
1
-0
/
+24
*
Sync with HEAD
Jelmer Vernooij
2002-10-29
1
-1
/
+1
*
Move guid formatting functions over from HEAD.
Jim McDonough
2002-10-29
1
-4
/
+35
*
Sync with HEAD
Jelmer Vernooij
2002-10-28
1
-5
/
+53
*
Try to catch up on the code I've put into HEAD that should be in 3.0:
Andrew Bartlett
2002-10-26
3
-7
/
+7
*
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
2002-10-23
1
-92
/
+108
*
Bugfix for pidfile_create() from Kelledin.
Tim Potter
2002-10-21
1
-1
/
+1
*
Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...
Jeremy Allison
2002-10-18
1
-51
/
+97
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
1
-1
/
+1
*
Added const. Anal formatting fixup.
Jeremy Allison
2002-10-02
1
-175
/
+222
*
syncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter
2002-10-01
4
-9
/
+32
*
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-6
/
+6
*
Fix Solaris sendfile detection. Add small fixes to sendfile code.
Jeremy Allison
2002-10-01
1
-3
/
+2
*
Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...
Jeremy Allison
2002-09-30
1
-3
/
+84
*
Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...
Jeremy Allison
2002-09-30
1
-2
/
+2
*
sync with HEAD
Gerald Carter
2002-09-26
1
-2
/
+12
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
19
-220
/
+290
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
cvs2svn Import User
2002-09-25
2
-0
/
+621
|
\
|
*
Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some things
Andrew Bartlett
2002-09-25
1
-57
/
+0
|
*
Merge of "profile acls" code.
Jeremy Allison
2002-09-25
1
-2
/
+7
|
*
Merge back Richard's FreeBSD sendfile fixes.
Jeremy Allison
2002-09-21
1
-5
/
+5
|
*
HPUX sendfile is now detected correctly.
Jeremy Allison
2002-09-18
1
-1
/
+2
|
*
Never, *ever* hold a mutex lock in the message database where there may
Jeremy Allison
2002-09-17
2
-72
/
+2
|
*
Actually use sendfile if selected.
Jeremy Allison
2002-09-17
1
-2
/
+2
|
*
Attempt to make broken Linux sendfile work.... Still in progress.
Jeremy Allison
2002-09-17
1
-7
/
+17
|
*
Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOS
Jelmer Vernooij
2002-09-15
1
-0
/
+5
|
*
Use HAVE_SENDFILE64, not SENDFILE64.
Jeremy Allison
2002-09-14
1
-2
/
+5
|
*
Added fix for broken Linux (no sendfile64). When offset + count > 2GB
Jeremy Allison
2002-09-14
1
-0
/
+57
|
*
Fixed up FreeBSD sendfile code - only Solaris left then I can add the
Jeremy Allison
2002-09-12
1
-22
/
+55
|
*
HPUX takes offset, not pointer to offset.
Jeremy Allison
2002-09-12
1
-2
/
+2
|
*
Fixup sendfile to match HPUX semantics with signal interrups. This was
Jeremy Allison
2002-09-12
1
-12
/
+52
|
*
First cut at portable sendfile code. Only used in readX at the moment
Jeremy Allison
2002-09-12
1
-0
/
+158
|
*
added gencache implementation from mimir - thanks!
Andrew Tridgell
2002-09-11
1
-0
/
+319
|
*
lowercase global_myname in %L substitution
Herb Lewis
2002-09-09
1
-2
/
+7
|
*
configure.in:
Simo Sorce
2002-09-07
1
-0
/
+13
[next]