summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* tdbsam & smb_panic merge from 3.0 (initial tests are ok but I'll setup a HEAD...Gerald Carter2004-02-121-1/+13
* Applied James Peach's stack backtrace patch for IRIX.Tim Potter2004-02-111-0/+40
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-46/+28
* fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-051-10/+14
* Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2003-11-181-1/+1
* Merge of 64-bit printf warning fixes.Tim Potter2003-11-051-1/+2
* 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