summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-600/+783
* Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2002-08-311-44/+39
* Some debugs for panic_action.Tim Potter2002-08-281-1/+11
* added smb_xstrndup()Andrew Tridgell2002-08-221-0/+11
* Another smattering of static and constAndrew Bartlett2002-07-211-1/+1
* Add support for duplicating stderr into our logfiles.Andrew Bartlett2002-07-201-17/+21
* Add useful VALGRIND #ifdef.Jeremy Allison2002-07-181-0/+2
* *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-111-3/+3
* Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett2002-06-151-1/+1
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-031-5/+3
* Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett2002-05-221-6/+9
* Cleanups!Andrew Bartlett2002-05-221-1/+1
* Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett2002-05-221-94/+9
* Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-171-1/+7
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-7/+0
* pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2002-05-091-14/+39
* Merge in Jerry's called name fix.Jeremy Allison2002-05-081-58/+66
* Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-191-3/+3
* Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison2002-04-191-7/+4
* First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison2002-04-191-4/+5
* Also look for libinsure.so where the full version installs it.Tim Potter2002-04-041-0/+5
* In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison2002-03-271-16/+27
* Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-201-0/+3
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* minor fix and checksSimo Sorce2002-01-271-2/+4
* Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett2002-01-261-12/+0
* minor fixesSimo Sorce2002-01-251-2/+3
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-2/+4
* Spelling fix.Tim Potter2002-01-211-1/+1
* Add constness to filenames passed to functions.Martin Pool2002-01-151-2/+2
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-6/+6
* Add harmless parentheses so that dmalloc doesn't get confused by aMartin Pool2002-01-091-1/+1
* simple fix for creating blank data blobsAndrew Tridgell2002-01-051-2/+7
* Add a talloc varient of the data_blob functions.Andrew Bartlett2002-01-051-3/+48
* Don't use static memory, malloc it...Jeremy Allison2002-01-031-2/+12
* Fix the fix.... (sigh).Jeremy Allison2002-01-031-1/+1
* Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison2002-01-031-8/+9
* add smb_xvasprintf() panic wrapper around vasprintfAndrew Tridgell2001-12-091-3/+13
* re-enabled insure backtrace, calling /usr/bin/backtraceAndrew Tridgell2001-12-031-2/+4
* merge from APPLIANCE_HEADGerald Carter2001-11-281-0/+41
* turn off the insure xterm hack for nowAndrew Tridgell2001-11-281-1/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-1/+15
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-14/+15
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-4/+9
* Tidyups in the merge process.Jeremy Allison2001-11-151-32/+36
* some bugfix and new functions,Simo Sorce2001-11-121-2/+3
* a big one:Simo Sorce2001-11-041-0/+68
* zero the data, not a pointer to the data ...Andrew Tridgell2001-11-011-1/+1
* Add a bit of 'const' for the data_blob code.Andrew Bartlett2001-10-291-3/+13