summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdupAndrew Bartlett2003-01-151-3/+1
* 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-133-4/+17
* Added new message_send_pid() code that uses tdb append to reduce lockingJeremy Allison2003-01-111-54/+55
* First part of efficiency fixes for message sending to pid's (cutting downJeremy Allison2003-01-101-48/+95
* Remove read_with_timeout() and replaced its only caller (the passwd chatTim Potter2003-01-091-81/+1
* Removed pointless null statement in signal handler.Tim Potter2003-01-081-2/+0
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-032-3/+7
* Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett2003-01-025-7/+7
* Call me parinoid, but I don't like the idea that we could ever have dbf pointAndrew Bartlett2003-01-021-2/+4
* BIG patch...Andrew Bartlett2003-01-0214-33/+34
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+0
* talloc_init_named -> talloc_init.Jeremy Allison2002-12-221-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-4/+4
* merge from 2.2Herb Lewis2002-12-191-0/+2
* updates to the gumsSimo Sorce2002-12-162-0/+975
* The name pointer in the talloc context must not be a talloced entry asJeremy Allison2002-12-141-2/+13
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-112-0/+11
* The _abs time functions should not be converting from/to GMT.Jeremy Allison2002-12-101-18/+11
* 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
* POSIX indicates that this is always in network byte order, so we don't need theAndrew Bartlett2002-12-011-5/+0
* removing inet_aton()Gerald Carter2002-11-271-1/+2
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-262-13/+124
* Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett2002-11-241-0/+41
* a working timegm() function for systems that don't have itAndrew Tridgell2002-11-231-18/+15
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-232-10/+23
* more %U fixes for headAndrew Tridgell2002-11-201-0/+3
* a better for for using %U in smb.confAndrew Tridgell2002-11-191-5/+21
* Renamed uuid_to_string() to guid_to_string() to avoid conflict with OSF DECTim Potter2002-11-171-1/+1
* Add const to DEBUG() macro.Andrew Bartlett2002-11-151-3/+3
* Move 'weird' character set into new 'developer' moduleJelmer Vernooij2002-11-131-108/+0
* Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij2002-11-131-0/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1210-718/+892
* Don't throw out WEIRD - yet (I committed my local changes together with my la...Jelmer Vernooij2002-11-121-0/+108
* Fix segfault with high debug levelsJelmer Vernooij2002-11-121-109/+1
* Add smb_register_charset() and use itJelmer Vernooij2002-11-121-33/+65
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
* consolidate error mapping functions into a single fileSimo Sorce2002-11-101-75/+0
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-11/+2
* patches from UrbanGerald Carter2002-11-081-0/+2
* Fix compiler warnings.Tim Potter2002-11-061-4/+5
* Remove dummy function I used for testingJelmer Vernooij2002-11-021-7/+0
* Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-021-7/+52
* add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij2002-10-311-0/+22
* Fix build. Don't use BSD setenv. Use POSIX putenv.Jim McDonough2002-10-301-3/+6
* use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij2002-10-301-1/+1
* - Remove RTLD_GLOBALJelmer Vernooij2002-10-301-3/+4
* added a timegm() function for systems that don't have itAndrew Tridgell2002-10-301-0/+22