summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-161-1/+1
* String handling parinoia fixes.Andrew Bartlett2003-03-151-1/+15
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-0/+16
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+3
* additional fix for CR 601Gerald Carter2003-02-271-0/+3
* Add constAndrew Bartlett2003-02-241-4/+4
* Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison2003-01-241-1/+4
* Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough2003-01-171-0/+12
* Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett2003-01-131-0/+17
* Patch from metze to to make testparm show values for 'workgroup', 'netbiosAndrew Bartlett2003-01-131-7/+1
* Accessing data after it's been free()ed really is a no-no...Andrew Bartlett2003-01-131-1/+1
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+6
* Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett2003-01-021-1/+1
* BIG patch...Andrew Bartlett2003-01-021-4/+4
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-0/+2
* Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-061-0/+6
* fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough2002-12-031-0/+56
* 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