| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add back sys_getpwnam() and freinds to the system.c interface, but don't | Andrew Bartlett | 2002-06-15 | 1 | -1/+1 |
| * | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 2002-06-03 | 1 | -5/+3 |
| * | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 2002-05-22 | 1 | -6/+9 |
| * | Cleanups! | Andrew Bartlett | 2002-05-22 | 1 | -1/+1 |
| * | Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move | Andrew Bartlett | 2002-05-22 | 1 | -94/+9 |
| * | Fix usage of va_list passed as an arg. Use __va_copy before using it | Jim McDonough | 2002-05-17 | 1 | -1/+7 |
| * | This removes --with-ssl from Samba. | Andrew Bartlett | 2002-05-17 | 1 | -7/+0 |
| * | pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi... | Gerald Carter | 2002-05-09 | 1 | -14/+39 |
| * | Merge in Jerry's called name fix. | Jeremy Allison | 2002-05-08 | 1 | -58/+66 |
| * | Fix different args to sys_fcntl without going varargs.... | Jeremy Allison | 2002-04-19 | 1 | -3/+3 |
| * | Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write | Jeremy Allison | 2002-04-19 | 1 | -7/+4 |
| * | First cut at fix for the EINTR problem... More needs to be done I think. | Jeremy Allison | 2002-04-19 | 1 | -4/+5 |
| * | Also look for libinsure.so where the full version installs it. | Tim Potter | 2002-04-04 | 1 | -0/+5 |
| * | In msleep - never sleep for more than 1 second. Cope with time changes. | Jeremy Allison | 2002-03-27 | 1 | -16/+27 |
| * | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 2002-03-20 | 1 | -0/+3 |
| * | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 1 | -1/+1 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | minor fix and checks | Simo Sorce | 2002-01-27 | 1 | -2/+4 |
| * | Remove the 'direct to winbind' hacks, as they should (if I understand | Andrew Bartlett | 2002-01-26 | 1 | -12/+0 |
| * | minor fixes | Simo Sorce | 2002-01-25 | 1 | -2/+3 |
| * | getpwnam -> getpwnam_alloc. | Andrew Bartlett | 2002-01-23 | 1 | -2/+4 |
| * | Spelling fix. | Tim Potter | 2002-01-21 | 1 | -1/+1 |
| * | Add constness to filenames passed to functions. | Martin Pool | 2002-01-15 | 1 | -2/+2 |
| * | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 2002-01-11 | 1 | -6/+6 |
| * | Add harmless parentheses so that dmalloc doesn't get confused by a | Martin Pool | 2002-01-09 | 1 | -1/+1 |
| * | simple fix for creating blank data blobs | Andrew Tridgell | 2002-01-05 | 1 | -2/+7 |
| * | Add a talloc varient of the data_blob functions. | Andrew Bartlett | 2002-01-05 | 1 | -3/+48 |
| * | Don't use static memory, malloc it... | Jeremy Allison | 2002-01-03 | 1 | -2/+12 |
| * | Fix the fix.... (sigh). | Jeremy Allison | 2002-01-03 | 1 | -1/+1 |
| * | Fixed embarressing 16k strack trashing bug :-(. | Jeremy Allison | 2002-01-03 | 1 | -8/+9 |
| * | add smb_xvasprintf() panic wrapper around vasprintf | Andrew Tridgell | 2001-12-09 | 1 | -3/+13 |
| * | re-enabled insure backtrace, calling /usr/bin/backtrace | Andrew Tridgell | 2001-12-03 | 1 | -2/+4 |
| * | merge from APPLIANCE_HEAD | Gerald Carter | 2001-11-28 | 1 | -0/+41 |
| * | turn off the insure xterm hack for now | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 |
| * | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 1 | -1/+15 |
| * | Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the | Martin Pool | 2001-11-20 | 1 | -14/+15 |
| * | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -4/+9 |
| * | Tidyups in the merge process. | Jeremy Allison | 2001-11-15 | 1 | -32/+36 |
| * | some bugfix and new functions, | Simo Sorce | 2001-11-12 | 1 | -2/+3 |
| * | a big one: | Simo Sorce | 2001-11-04 | 1 | -0/+68 |
| * | zero the data, not a pointer to the data ... | Andrew Tridgell | 2001-11-01 | 1 | -1/+1 |
| * | Add a bit of 'const' for the data_blob code. | Andrew Bartlett | 2001-10-29 | 1 | -3/+13 |
| * | This commit is number 4 of 4. | Andrew Bartlett | 2001-10-29 | 1 | -3/+3 |
| * | a quick fix to get rpcclient working again. This just disables | Andrew Tridgell | 2001-10-22 | 1 | -1/+1 |
| * | Added xstrdup, removed static version from smbpasswd.c | Jeremy Allison | 2001-10-22 | 1 | -2/+14 |
| * | Added xmalloc - calls smb_panic on zero size or malloc fail. | Jeremy Allison | 2001-10-22 | 1 | -1/+27 |
| * | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 2001-10-17 | 1 | -2/+2 |
| * | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 1 | -0/+26 |
| * | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 2001-10-03 | 1 | -0/+10 |
| * | Fixed up the change password bug when not using PAM. | Jeremy Allison | 2001-10-02 | 1 | -4/+116 |