Age | Commit message (Expand) | Author | Files | Lines |
2002-05-23 | Nobody uses this, and its really just a layer of internal implementation. | Andrew Bartlett | 1 | -1/+1 |
2002-05-22 | Merge of bugfixes from 2.2. | Jeremy Allison | 1 | -2/+8 |
2002-05-22 | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 3 | -129/+12 |
2002-05-22 | Cleanups! | Andrew Bartlett | 2 | -45/+1 |
2002-05-22 | Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move | Andrew Bartlett | 2 | -94/+118 |
2002-05-20 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2002-05-19 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2002-05-19 | Keep the compiler happy | Andrew Bartlett | 1 | -1/+1 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 2 | -70/+272 |
2002-05-18 | Move client_receive_smb to clientgen.c as a static, as proposed by Elrond. | Andrew Bartlett | 1 | -34/+0 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 2 | -13/+69 |
2002-05-17 | Don't forget the semicolon, you fool! | Jim McDonough | 1 | -1/+1 |
2002-05-17 | Fix usage of va_list passed as an arg. Use __va_copy before using it | Jim McDonough | 4 | -7/+42 |
2002-05-17 | Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault rather | Andrew Bartlett | 1 | -9/+31 |
2002-05-17 | This removes --with-ssl from Samba. | Andrew Bartlett | 2 | -78/+0 |
2002-05-16 | Add __va_copy to talloc functions. talloc_asprintf was causing all kinds | Jim McDonough | 1 | -5/+24 |
2002-05-11 | move vsyslog() from snprintf.c to replace.c | Simo Sorce | 2 | -14/+14 |
2002-05-09 | NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT. | Jeremy Allison | 1 | -1/+1 |
2002-05-09 | We were mapping the open of name1/name2 where name1 wasn't a directory | Jeremy Allison | 1 | -1/+1 |
2002-05-09 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2002-05-09 | pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi... | Gerald Carter | 2 | -20/+42 |
2002-05-08 | Merge in Jerry's called name fix. | Jeremy Allison | 1 | -58/+66 |
2002-04-24 | patch from Alexander Bokovoy needed for dlopen on bsd systems | Andrew Tridgell | 1 | -4/+4 |
2002-04-19 | We cannot set errno=0 in any of the wrapper calls as this breaks UNIX error | Jeremy Allison | 1 | -7/+0 |
2002-04-19 | Fix different args to sys_fcntl without going varargs.... | Jeremy Allison | 2 | -4/+19 |
2002-04-19 | Fixed one more sendto. | Jeremy Allison | 1 | -1/+1 |
2002-04-19 | Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write | Jeremy Allison | 3 | -7/+20 |
2002-04-19 | Fixed sendto in oplock code. | Jeremy Allison | 1 | -0/+15 |
2002-04-19 | Fix send and recvfrom. | Jeremy Allison | 2 | -12/+27 |
2002-04-19 | First cut at fix for the EINTR problem... More needs to be done I think. | Jeremy Allison | 3 | -140/+180 |
2002-04-18 | nicer strndup() function | Andrew Tridgell | 1 | -6/+6 |
2002-04-17 | make suure we get the return value from the pull_*() functions right | Andrew Tridgell | 2 | -7/+13 |
2002-04-16 | sync with 2.2 | Simo Sorce | 1 | -4/+9 |
2002-04-16 | stricter conditions on termination in strings | Andrew Tridgell | 1 | -6/+6 |
2002-04-16 | Fix incorrect zpadlen handling in fmtfp. | Simo Sorce | 1 | -14/+20 |
2002-04-16 | fixed the handling of STR_TERMINATE | Andrew Tridgell | 2 | -3/+33 |
2002-04-16 | i forgot to commit these parts of the string handling patch earlier. Sorry. | Andrew Tridgell | 1 | -5/+5 |
2002-04-15 | Fixed incorrect debug. | Tim Potter | 1 | -1/+1 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 2 | -0/+50 |
2002-04-13 | Better handling of uid/gid -> RID and RID -> uid/gid code. | Andrew Bartlett | 1 | -5/+12 |
2002-04-11 | added strndup() for systems that don't have it | Andrew Tridgell | 1 | -0/+19 |
2002-04-11 | this adds a completely new hash based mangling scheme | Andrew Tridgell | 1 | -0/+20 |
2002-04-04 | Also look for libinsure.so where the full version installs it. | Tim Potter | 1 | -0/+5 |
2002-04-01 | cope with a missing PAM define | Andrew Tridgell | 1 | -3/+6 |
2002-03-27 | Added sys_adminlog() system for info the appliance admins really | Jeremy Allison | 1 | -0/+28 |
2002-03-27 | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 1 | -4/+4 |
2002-03-27 | Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax. | Jeremy Allison | 1 | -2/+10 |
2002-03-27 | In msleep - never sleep for more than 1 second. Cope with time changes. | Jeremy Allison | 1 | -16/+27 |
2002-03-27 | Moved debug messages for grabbing/releasing mutex. | Jeremy Allison | 1 | -0/+4 |
2002-03-26 | Don't hold the mutex for more than 20 seconds. | Jeremy Allison | 2 | -5/+33 |