summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-091-76/+5
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-021-2/+2
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-161-12/+37
* Fix unused variable warning.Tim Potter2003-05-271-1/+2
* Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett2003-04-221-6/+21
* Only use backtrace variables when we can use themJelmer Vernooij2003-04-161-0/+2
* A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-44/+0
* Fix formatting of back traces - pathc by metzeJelmer Vernooij2003-03-311-2/+3
* Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij2003-03-261-1/+2
* Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij2003-03-261-8/+27
* - Use FUNCTION_MACRO, not __FUNCTION__.Jelmer Vernooij2003-03-221-1/+1
* Small clenaup patches:Andrew Bartlett2003-03-221-1/+3
* - 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