summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-04-19Fixed sendto in oplock code.Jeremy Allison1-0/+15
2002-04-19Fix send and recvfrom.Jeremy Allison2-12/+27
2002-04-19First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison3-140/+180
2002-04-18nicer strndup() functionAndrew Tridgell1-6/+6
2002-04-17make suure we get the return value from the pull_*() functions rightAndrew Tridgell2-7/+13
2002-04-16sync with 2.2Simo Sorce1-4/+9
2002-04-16stricter conditions on termination in stringsAndrew Tridgell1-6/+6
2002-04-16Fix incorrect zpadlen handling in fmtfp.Simo Sorce1-14/+20
2002-04-16fixed the handling of STR_TERMINATEAndrew Tridgell2-3/+33
2002-04-16i forgot to commit these parts of the string handling patch earlier. Sorry.Andrew Tridgell1-5/+5
2002-04-15Fixed incorrect debug.Tim Potter1-1/+1
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2-0/+50
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-5/+12
2002-04-11added strndup() for systems that don't have itAndrew Tridgell1-0/+19
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell1-0/+20
2002-04-04Also look for libinsure.so where the full version installs it.Tim Potter1-0/+5
2002-04-01cope with a missing PAM defineAndrew Tridgell1-3/+6
2002-03-27Added sys_adminlog() system for info the appliance admins reallyJeremy Allison1-0/+28
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-4/+4
2002-03-27Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison1-2/+10
2002-03-27In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison1-16/+27
2002-03-27Moved debug messages for grabbing/releasing mutex.Jeremy Allison1-0/+4
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison2-5/+33
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-0/+32
2002-03-25add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett1-0/+58
2002-03-24Spelling fixes.Tim Potter1-1/+1
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2-3/+3
2002-03-23Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett1-8/+11
2002-03-23Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett1-1/+86
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-1/+1
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
2002-03-21must use native endian index when creating default valid.dat table so itHerb Lewis1-2/+2
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2-0/+10
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-0/+15
2002-03-18more verbose checking in talloc and util_pwSimo Sorce2-40/+50
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-15lower the debug level of failing to map a fileAndrew Tridgell1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-0/+25
2002-03-14getpid() -> sys_getpid()Tim Potter3-4/+4
2002-03-13Add "Creator Group" - was in 2.2.x and I'm syncing up the two.Jeremy Allison1-0/+2
2002-03-10Fix typo.Martin Pool1-1/+1
2002-03-10add a note about the meaning of global_sam_sidAndrew Tridgell1-0/+3
2002-03-09Doc.Tim Potter1-9/+14
2002-03-06fixed the upper/lower case table generation on big-endian machinesHerb Lewis1-9/+26
2002-03-04dos2unix not used in HEAD anymore.Jeremy Allison1-2/+2
2002-03-01Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.Andrew Bartlett1-4/+14
2002-03-01This should kill off the 'cannot convert' error messages on non-iconv hosts.Andrew Bartlett1-1/+1
2002-02-27Make this function staticAndrew Bartlett1-1/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-6/+5
2002-02-23Only set smb_read_error if not already set.Jeremy Allison1-6/+20