summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* A few things in this commit:Andrew Bartlett2002-05-182-13/+69
* Don't forget the semicolon, you fool!Jim McDonough2002-05-171-1/+1
* Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-174-7/+42
* Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault ratherAndrew Bartlett2002-05-171-9/+31
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-172-78/+0
* Add __va_copy to talloc functions. talloc_asprintf was causing all kindsJim McDonough2002-05-161-5/+24
* move vsyslog() from snprintf.c to replace.cSimo Sorce2002-05-112-14/+14
* NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison2002-05-091-1/+1
* We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison2002-05-091-1/+1
* merge from SAMBA_2_2Gerald Carter2002-05-091-1/+1
* pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2002-05-092-20/+42
* Merge in Jerry's called name fix.Jeremy Allison2002-05-081-58/+66
* patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2002-04-241-4/+4
* We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison2002-04-191-7/+0
* Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-192-4/+19
* Fixed one more sendto.Jeremy Allison2002-04-191-1/+1
* Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison2002-04-193-7/+20
* Fixed sendto in oplock code.Jeremy Allison2002-04-191-0/+15
* Fix send and recvfrom.Jeremy Allison2002-04-192-12/+27
* First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison2002-04-193-140/+180
* nicer strndup() functionAndrew Tridgell2002-04-181-6/+6
* make suure we get the return value from the pull_*() functions rightAndrew Tridgell2002-04-172-7/+13
* sync with 2.2Simo Sorce2002-04-161-4/+9
* stricter conditions on termination in stringsAndrew Tridgell2002-04-161-6/+6
* Fix incorrect zpadlen handling in fmtfp.Simo Sorce2002-04-161-14/+20
* fixed the handling of STR_TERMINATEAndrew Tridgell2002-04-162-3/+33
* i forgot to commit these parts of the string handling patch earlier. Sorry.Andrew Tridgell2002-04-161-5/+5
* Fixed incorrect debug.Tim Potter2002-04-151-1/+1
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-142-0/+50
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-5/+12
* added strndup() for systems that don't have itAndrew Tridgell2002-04-111-0/+19
* this adds a completely new hash based mangling schemeAndrew Tridgell2002-04-111-0/+20
* Also look for libinsure.so where the full version installs it.Tim Potter2002-04-041-0/+5
* cope with a missing PAM defineAndrew Tridgell2002-04-011-3/+6
* Added sys_adminlog() system for info the appliance admins reallyJeremy Allison2002-03-271-0/+28
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-271-4/+4
* Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison2002-03-271-2/+10
* In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison2002-03-271-16/+27
* Moved debug messages for grabbing/releasing mutex.Jeremy Allison2002-03-271-0/+4
* Don't hold the mutex for more than 20 seconds.Jeremy Allison2002-03-262-5/+33
* OpenPrinter() merge from 2.2Gerald Carter2002-03-261-0/+32
* add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett2002-03-251-0/+58
* Spelling fixes.Tim Potter2002-03-241-1/+1
* Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-232-3/+3
* Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett2002-03-231-8/+11
* Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett2002-03-231-1/+86
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-1/+1
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
* must use native endian index when creating default valid.dat table so itHerb Lewis2002-03-211-2/+2
* Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-202-0/+10