Age | Commit message (Expand) | Author | Files | Lines |
2003-01-10 | Fix lpq_cache time check (missed from yesterday). | Jeremy Allison | 1 | -4/+4 |
2003-01-09 | a 0 length printer data value is not a memory allocation error; fix CR601 | Gerald Carter | 1 | -2/+10 |
2003-01-09 | tdb_chainlock_with_timeout: Add TODO: If we time out waiting for a | Martin Pool | 1 | -0/+4 |
2003-01-09 | Remove read_with_timeout() and replaced its only caller (the passwd chat | Tim Potter | 2 | -84/+8 |
2003-01-09 | Remove dead function. | Tim Potter | 1 | -19/+0 |
2003-01-09 | Moved smbd process counting functions from smbd/server.c to smbd/process.c | Tim Potter | 2 | -30/+26 |
2003-01-09 | Correct misleading comment: winbindd_lookupname gets the SID for a | Martin Pool | 1 | -1/+3 |
2003-01-08 | Ensure we return disk full by default on short writes. | Jeremy Allison | 1 | -6/+6 |
2003-01-08 | Ensure we don't get an invalid number for total smbd's if the tdb update | Jeremy Allison | 2 | -6/+18 |
2003-01-08 | reran autoconf | Herb Lewis | 1 | -8976/+18858 |
2003-01-08 | Some fixes to editreg. Clientgen should not be touched, and an update to conf... | Richard Sharpe | 1 | -3/+0 |
2003-01-08 | Fix erroneous free of SAM_ACCOUNT (make clearer when allocated | Jeremy Allison | 1 | -15/+8 |
2003-01-08 | Removed pointless null statement in signal handler. | Tim Potter | 1 | -2/+0 |
2003-01-08 | Display an error message when the server cannot be resolved when running at | Tim Potter | 1 | -1/+1 |
2003-01-08 | Fix open problem with changing attributes on an existing file - based | Jeremy Allison | 2 | -8/+45 |
2003-01-07 | Fix memory leak. Thanks, Herb! | Volker Lendecke | 1 | -0/+1 |
2003-01-07 | this makes it compile, but I'm not sure if it is correct. Are we really | Herb Lewis | 1 | -1/+1 |
2003-01-07 | cannot make assignments to const values. | Herb Lewis | 1 | -1/+1 |
2003-01-07 | add and escape before $( in regex string so it is not interpreted as the | Herb Lewis | 1 | -1/+1 |
2003-01-07 | Create a machine account correctly if the unix account exists. | Volker Lendecke | 1 | -4/+14 |
2003-01-07 | Added code to the handling of the -M option to ensure that we default to | Christopher R. Hertel | 1 | -4/+10 |
2003-01-07 | Rename a local variable to avoid a warning. | Tim Potter | 1 | -9/+9 |
2003-01-07 | 'index' is the name of a libc function. Rename to 'ndx' to avoid compiler | Tim Potter | 1 | -4/+4 |
2003-01-07 | Remove unused variable. | Tim Potter | 2 | -2/+0 |
2003-01-06 | Fix memory leaks in pdb_ code. | Jeremy Allison | 1 | -1/+13 |
2003-01-06 | add $(LDFLAGS) to libsmbclient | Gerald Carter | 1 | -1/+1 |
2003-01-06 | Fix from "Ken Cross" <kcross@nssolutions.com> for enumerating | Jeremy Allison | 1 | -1/+3 |
2003-01-06 | Fix a segfault when we don't correctly load a VFS module (don't keep it in | Andrew Bartlett | 2 | -3/+9 |
2003-01-05 | Clear up the auth_sam password checking code (the core of our password checking | Andrew Bartlett | 1 | -33/+58 |
2003-01-05 | Even when I can't manage to do QA, at least the build farm will catch some of | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 5 | -586/+544 |
2003-01-03 | regenerate man pages | Gerald Carter | 9 | -108/+393 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 10 | -22/+171 |
2003-01-03 | make sure we create the PIDDIR and LOCKDIR from installdirs | Gerald Carter | 1 | -1/+1 |
2003-01-03 | oops. Use -r, not -f | Gerald Carter | 1 | -1/+1 |
2003-01-03 | patch from Andrew Bird to correct a few file/directory checks when building | Gerald Carter | 1 | -2/+2 |
2003-01-03 | Fixed some simple typos, including one that would have resulted in a | Christopher R. Hertel | 1 | -2/+2 |
2003-01-02 | pstring/fstring missmatches found by Andrew Bartlett. | Jeremy Allison | 1 | -5/+5 |
2003-01-02 | WITH_SENDFILE #ifdef merged from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2003-01-02 | We still have 'ldap server' and 'ldap port'. Could somebody please | Volker Lendecke | 1 | -0/+41 |
2003-01-02 | We already have one function to move unistr2 -> multibyte-static, so we | Andrew Bartlett | 3 | -44/+25 |
2003-01-02 | Becouse these functions return a size_t, they can't return negitive numbers. | Andrew Bartlett | 2 | -4/+4 |
2003-01-02 | debugparse is a seperate utility, no need to include it in the main ubiqx | Andrew Bartlett | 1 | -1/+1 |
2003-01-02 | Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in | Andrew Bartlett | 7 | -7/+18 |
2003-01-02 | Call me parinoid, but I don't like the idea that we could ever have dbf point | Andrew Bartlett | 1 | -2/+4 |
2003-01-02 | Add a dash of static. | Andrew Bartlett | 1 | -3/+3 |
2003-01-02 | One more const. Andrew, you seem to have krb5 :-) | Volker Lendecke | 1 | -1/+1 |
2003-01-02 | BIG patch... | Andrew Bartlett | 138 | -1215/+1225 |
2003-01-01 | Document the size constraints on a write request. | Richard Sharpe | 1 | -2/+5 |
2003-01-01 | Move our password change code along a little - use NTSTATUS, and implmenet | Andrew Bartlett | 3 | -50/+89 |