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
2003-02-24
Add const
Andrew Bartlett
1
-4
/
+4
2003-01-24
Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.
Jeremy Allison
1
-1
/
+4
2003-01-17
Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...
Jim McDonough
1
-0
/
+12
2003-01-13
Patch from metze to add what he feels is the correct semantics for a Domain
Andrew Bartlett
1
-0
/
+17
2003-01-13
Patch from metze to to make testparm show values for 'workgroup', 'netbios
Andrew Bartlett
1
-7
/
+1
2003-01-13
Accessing data after it's been free()ed really is a no-no...
Andrew Bartlett
1
-1
/
+1
2003-01-03
patch to include support for daemontools from Michael Handler
Gerald Carter
1
-3
/
+6
2003-01-02
Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in
Andrew Bartlett
1
-1
/
+1
2003-01-02
BIG patch...
Andrew Bartlett
1
-4
/
+4
2002-12-11
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
1
-0
/
+2
2002-12-06
Ensure global_scope() returns "", not the NULL string. Froma tpot fix.
Jeremy Allison
1
-0
/
+6
2002-12-03
fns for retrieving dns host name and domain name (get rid of lp_realm hacks).
Jim McDonough
1
-0
/
+56
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-600
/
+783
2002-08-31
Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to
Andrew Bartlett
1
-44
/
+39
2002-08-28
Some debugs for panic_action.
Tim Potter
1
-1
/
+11
2002-08-22
added smb_xstrndup()
Andrew Tridgell
1
-0
/
+11
2002-07-21
Another smattering of static and const
Andrew Bartlett
1
-1
/
+1
2002-07-20
Add support for duplicating stderr into our logfiles.
Andrew Bartlett
1
-17
/
+21
2002-07-18
Add useful VALGRIND #ifdef.
Jeremy Allison
1
-0
/
+2
2002-07-11
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
1
-3
/
+3
2002-06-15
Add back sys_getpwnam() and freinds to the system.c interface, but don't
Andrew Bartlett
1
-1
/
+1
2002-06-03
put the ifdef for HAVE_VA_COPY in one place rather than in lots of
Andrew Tridgell
1
-5
/
+3
2002-05-22
Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.
Andrew Bartlett
1
-6
/
+9
2002-05-22
Cleanups!
Andrew Bartlett
1
-1
/
+1
2002-05-22
Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move
Andrew Bartlett
1
-94
/
+9
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
[next]