summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-05-23Nobody uses this, and its really just a layer of internal implementation.Andrew Bartlett1-1/+1
2002-05-22Merge of bugfixes from 2.2.Jeremy Allison1-2/+8
2002-05-22Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett3-129/+12
2002-05-22Cleanups!Andrew Bartlett2-45/+1
2002-05-22Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett2-94/+118
2002-05-20merge from SAMBA_2_2Gerald Carter1-1/+1
2002-05-19Fixed compiler warning.Tim Potter1-1/+1
2002-05-19Keep the compiler happyAndrew Bartlett1-1/+1
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce2-70/+272
2002-05-18Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett1-34/+0
2002-05-18A few things in this commit:Andrew Bartlett2-13/+69
2002-05-17Don't forget the semicolon, you fool!Jim McDonough1-1/+1
2002-05-17Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough4-7/+42
2002-05-17Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault ratherAndrew Bartlett1-9/+31
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett2-78/+0
2002-05-16Add __va_copy to talloc functions. talloc_asprintf was causing all kindsJim McDonough1-5/+24
2002-05-11move vsyslog() from snprintf.c to replace.cSimo Sorce2-14/+14
2002-05-09NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison1-1/+1
2002-05-09We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison1-1/+1
2002-05-09merge from SAMBA_2_2Gerald Carter1-1/+1
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2-20/+42
2002-05-08Merge in Jerry's called name fix.Jeremy Allison1-58/+66
2002-04-24patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell1-4/+4
2002-04-19We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison1-7/+0
2002-04-19Fix different args to sys_fcntl without going varargs....Jeremy Allison2-4/+19
2002-04-19Fixed one more sendto.Jeremy Allison1-1/+1
2002-04-19Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison3-7/+20
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-15Merge of comment fix.Tim Potter1-1/+1
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-12This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-1317/+0
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