summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+3
2003-02-27additional fix for CR 601Gerald Carter1-0/+3
2003-02-24Add constAndrew Bartlett1-4/+4
2003-01-24Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison1-1/+4
2003-01-17Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough1-0/+12
2003-01-13Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett1-0/+17
2003-01-13Patch from metze to to make testparm show values for 'workgroup', 'netbiosAndrew Bartlett1-7/+1
2003-01-13Accessing data after it's been free()ed really is a no-no...Andrew Bartlett1-1/+1
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+6
2003-01-02Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett1-1/+1
2003-01-02BIG patch...Andrew Bartlett1-4/+4
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+2
2002-12-06Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison1-0/+6
2002-12-03fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough1-0/+56
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-600/+783
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett1-44/+39
2002-08-28Some debugs for panic_action.Tim Potter1-1/+11
2002-08-22added smb_xstrndup()Andrew Tridgell1-0/+11
2002-07-21Another smattering of static and constAndrew Bartlett1-1/+1
2002-07-20Add support for duplicating stderr into our logfiles.Andrew Bartlett1-17/+21
2002-07-18Add useful VALGRIND #ifdef.Jeremy Allison1-0/+2
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-3/+3
2002-06-15Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett1-1/+1
2002-06-03put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell1-5/+3
2002-05-22Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett1-6/+9
2002-05-22Cleanups!Andrew Bartlett1-1/+1
2002-05-22Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett1-94/+9
2002-05-17Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough1-1/+7
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-7/+0
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter1-14/+39
2002-05-08Merge in Jerry's called name fix.Jeremy Allison1-58/+66
2002-04-19Fix different args to sys_fcntl without going varargs....Jeremy Allison1-3/+3
2002-04-19Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison1-7/+4
2002-04-19First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison1-4/+5
2002-04-04Also look for libinsure.so where the full version installs it.Tim Potter1-0/+5
2002-03-27In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison1-16/+27
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-0/+3
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27minor fix and checksSimo Sorce1-2/+4
2002-01-26Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett1-12/+0
2002-01-25minor fixesSimo Sorce1-2/+3
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-2/+4
2002-01-21Spelling fix.Tim Potter1-1/+1
2002-01-15Add constness to filenames passed to functions.Martin Pool1-2/+2
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-6/+6
2002-01-09Add harmless parentheses so that dmalloc doesn't get confused by aMartin Pool1-1/+1
2002-01-05simple fix for creating blank data blobsAndrew Tridgell1-2/+7
2002-01-05Add a talloc varient of the data_blob functions.Andrew Bartlett1-3/+48
2002-01-03Don't use static memory, malloc it...Jeremy Allison1-2/+12