Age | Commit message (Expand) | Author | Files | Lines |
2002-06-15 | This patch does 2 things: | Andrew Bartlett | 1 | -0/+57 |
2002-06-15 | Add back sys_getpwnam() and freinds to the system.c interface, but don't | Andrew Bartlett | 4 | -5/+29 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 3 | -6/+188 |
2002-06-14 | Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list | Andrew Bartlett | 1 | -2/+2 |
2002-06-14 | Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and the | Andrew Bartlett | 2 | -3/+19 |
2002-06-14 | Add const, kill of useless casts and therefore eliminate warnings. | Andrew Bartlett | 1 | -3/+3 |
2002-06-13 | Ensure we save any older SIGALRM signal handler. | Jeremy Allison | 3 | -7/+11 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -4/+27 |
2002-06-11 | few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro... | Simo Sorce | 1 | -4/+8 |
2002-06-10 | Remove "sids.h" as it really wasn't being used anywhere, and was exporting | Andrew Bartlett | 1 | -2/+0 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -4/+0 |
2002-06-07 | Move the code from lib/util_sid.c that deals with the global_sam_sid into | Andrew Bartlett | 1 | -241/+1 |
2002-06-05 | merge from 2.2 | Gerald Carter | 1 | -4/+10 |
2002-06-05 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2002-06-03 | Since includes.h isn't included here, VA_COPY has to be defined here. I don't | Jim McDonough | 1 | -0/+8 |
2002-06-03 | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 5 | -44/+20 |
2002-05-28 | Updates to better report some NTSTATUS errors into PAM, and update to PAM | Andrew Bartlett | 1 | -0/+1 |
2002-05-26 | move debug stuff from messages.c to debug.c (Elrond) | Simo Sorce | 2 | -20/+20 |
2002-05-25 | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 2 | -19/+2 |
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 |