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
/
lib
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-05-17
Fix usage of va_list passed as an arg. Use __va_copy before using it
Jim McDonough
1
-1
/
+7
2002-05-17
This removes --with-ssl from Samba.
Andrew Bartlett
1
-7
/
+0
2002-05-09
pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...
Gerald Carter
1
-14
/
+39
2002-05-08
Merge in Jerry's called name fix.
Jeremy Allison
1
-58
/
+66
2002-04-19
Fix different args to sys_fcntl without going varargs....
Jeremy Allison
1
-3
/
+3
2002-04-19
Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write
Jeremy Allison
1
-7
/
+4
2002-04-19
First cut at fix for the EINTR problem... More needs to be done I think.
Jeremy Allison
1
-4
/
+5
2002-04-04
Also look for libinsure.so where the full version installs it.
Tim Potter
1
-0
/
+5
2002-03-27
In msleep - never sleep for more than 1 second. Cope with time changes.
Jeremy Allison
1
-16
/
+27
2002-03-20
Add assertions that kill() is never accidentally passed a non-positive
Martin Pool
1
-0
/
+3
2002-01-31
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-27
minor fix and checks
Simo Sorce
1
-2
/
+4
2002-01-26
Remove the 'direct to winbind' hacks, as they should (if I understand
Andrew Bartlett
1
-12
/
+0
2002-01-25
minor fixes
Simo Sorce
1
-2
/
+3
2002-01-23
getpwnam -> getpwnam_alloc.
Andrew Bartlett
1
-2
/
+4
2002-01-21
Spelling fix.
Tim Potter
1
-1
/
+1
2002-01-15
Add constness to filenames passed to functions.
Martin Pool
1
-2
/
+2
2002-01-11
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
1
-6
/
+6
2002-01-09
Add harmless parentheses so that dmalloc doesn't get confused by a
Martin Pool
1
-1
/
+1
2002-01-05
simple fix for creating blank data blobs
Andrew Tridgell
1
-2
/
+7
2002-01-05
Add a talloc varient of the data_blob functions.
Andrew Bartlett
1
-3
/
+48
2002-01-03
Don't use static memory, malloc it...
Jeremy Allison
1
-2
/
+12
2002-01-03
Fix the fix.... (sigh).
Jeremy Allison
1
-1
/
+1
2002-01-03
Fixed embarressing 16k strack trashing bug :-(.
Jeremy Allison
1
-8
/
+9
2001-12-09
add smb_xvasprintf() panic wrapper around vasprintf
Andrew Tridgell
1
-3
/
+13
2001-12-03
re-enabled insure backtrace, calling /usr/bin/backtrace
Andrew Tridgell
1
-2
/
+4
2001-11-28
merge from APPLIANCE_HEAD
Gerald Carter
1
-0
/
+41
2001-11-28
turn off the insure xterm hack for now
Andrew Tridgell
1
-1
/
+1
2001-11-26
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
1
-1
/
+15
2001-11-20
Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the
Martin Pool
1
-14
/
+15
2001-11-19
LIBDIR and LOCKDIR are dynamically configured too.
Martin Pool
1
-4
/
+9
2001-11-15
Tidyups in the merge process.
Jeremy Allison
1
-32
/
+36
2001-11-12
some bugfix and new functions,
Simo Sorce
1
-2
/
+3
2001-11-04
a big one:
Simo Sorce
1
-0
/
+68
2001-11-01
zero the data, not a pointer to the data ...
Andrew Tridgell
1
-1
/
+1
2001-10-29
Add a bit of 'const' for the data_blob code.
Andrew Bartlett
1
-3
/
+13
2001-10-29
This commit is number 4 of 4.
Andrew Bartlett
1
-3
/
+3
2001-10-22
a quick fix to get rpcclient working again. This just disables
Andrew Tridgell
1
-1
/
+1
2001-10-22
Added xstrdup, removed static version from smbpasswd.c
Jeremy Allison
1
-2
/
+14
2001-10-22
Added xmalloc - calls smb_panic on zero size or malloc fail.
Jeremy Allison
1
-1
/
+27
2001-10-17
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
1
-2
/
+2
2001-10-11
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
1
-0
/
+26
2001-10-03
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
1
-0
/
+10
2001-10-02
Fixed up the change password bug when not using PAM.
Jeremy Allison
1
-4
/
+116
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-26
OpenSSL merge from 2.2
Gerald Carter
1
-1
/
+1
2001-09-17
fixed ctemp in server and client. It turns out that ctemp on NT is completely...
Andrew Tridgell
1
-3
/
+4
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-14
/
+10
2001-09-10
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
1
-10
/
+0
[next]