| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Some help cleanups. Formatting and consistency issues. Line up text nicely,... | Jim McDonough | 2002-03-15 | 5 | -83/+108 |
| * | if our lock spin code fails then return the first error code, not the | Andrew Tridgell | 2002-03-15 | 1 | -4/+11 |
| * | the SEC_DOMAIN tests also apply to SEC_ADS | Andrew Tridgell | 2002-03-15 | 1 | -2/+2 |
| * | nicer output from "net rpc user add" | Andrew Tridgell | 2002-03-15 | 1 | -0/+6 |
| * | enable locking on the winbindd cache tdb so it can be backed up and | Andrew Tridgell | 2002-03-15 | 1 | -1/+1 |
| * | added a -h usage option to winbindd | Andrew Tridgell | 2002-03-15 | 1 | -1/+16 |
| * | this tdb was being opened without locking, which is unsafe for shared | Andrew Tridgell | 2002-03-15 | 1 | -2/+2 |
| * | lower the debug level of failing to map a file | Andrew Tridgell | 2002-03-15 | 1 | -1/+1 |
| * | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 2002-03-15 | 13 | -344/+1042 |
| * | Actually include some *information* in the mangle debug messages. | Andrew Bartlett | 2002-03-14 | 1 | -14/+39 |
| * | Add paged search requests to net ads user and net ads group commands, allowin... | Jim McDonough | 2002-03-14 | 1 | -21/+32 |
| * | This adds the Paged Result Control to ads searching. The new function, ads_d... | Jim McDonough | 2002-03-14 | 1 | -0/+79 |
| * | Remove studly gaps from prs_werror() calls so the same debug text is | Tim Potter | 2002-03-14 | 2 | -11/+11 |
| * | Now we have reliable signals take SIGTERM inband. | Jeremy Allison | 2002-03-14 | 3 | -50/+62 |
| * | getpid() -> sys_getpid() | Tim Potter | 2002-03-14 | 7 | -27/+27 |
| * | Backed out enumprinters stuff - leave it for another day. | Tim Potter | 2002-03-14 | 2 | -25/+13 |
| * | Use sys_usleep not usleep. | Jeremy Allison | 2002-03-14 | 1 | -1/+1 |
| * | Get the current directory after becoming root. | Jeremy Allison | 2002-03-14 | 1 | -1/+1 |
| * | Fixed bodgy printf arguments in debug statment. | Tim Potter | 2002-03-13 | 1 | -1/+1 |
| * | Ensure we attempt to lock at least once. Only sleep if time param set. | Jeremy Allison | 2002-03-13 | 1 | -1/+5 |
| * | include/smb_macros.h: Don't round up an allocation if the size is zero. | Jeremy Allison | 2002-03-13 | 5 | -10/+44 |
| * | detect SIZELIMIT_EXCEEDED in ldap queries and truncate | Andrew Tridgell | 2002-03-13 | 1 | -0/+4 |
| * | Ensure we never use "" as a domain name (Win9X apparently does this for 'net ... | Andrew Bartlett | 2002-03-13 | 1 | -1/+6 |
| * | Add "Creator Group" - was in 2.2.x and I'm syncing up the two. | Jeremy Allison | 2002-03-13 | 1 | -0/+2 |
| * | Fix typo in copyright | Andrew Bartlett | 2002-03-13 | 1 | -1/+1 |
| * | I don't need my name on this twice :-) | Andrew Bartlett | 2002-03-13 | 1 | -1/+0 |
| * | Move the directory creation process outside the 'installbin.sh' script, and | Andrew Bartlett | 2002-03-13 | 3 | -14/+22 |
| * | Remove a stub function I forgot to fill in. | Jeremy Allison | 2002-03-13 | 1 | -6/+0 |
| * | if we know that the SID is local then don't try via winbindd | Andrew Tridgell | 2002-03-13 | 1 | -0/+5 |
| * | fixed mapping of SIDs for local users | Andrew Tridgell | 2002-03-13 | 1 | -1/+1 |
| * | fixed 2 reconnection bugs in the ADS backend support | Andrew Tridgell | 2002-03-12 | 1 | -7/+11 |
| * | get the test for disconnection the right way around! | Andrew Tridgell | 2002-03-12 | 1 | -3/+3 |
| * | Yet another build fix for popt. I gotta get me one of these picky systems... | Jim McDonough | 2002-03-12 | 1 | -1/+1 |
| * | Missing comma from systems that have ACLs. | Jim McDonough | 2002-03-12 | 1 | -1/+1 |
| * | Aack. Don't change too much. vfs.c still won't build, but this should fix so... | Jim McDonough | 2002-03-12 | 1 | -9/+9 |
| * | Fix up location of libsmbclient.so so it always goes to /usr/lib. | John Terpstra | 2002-03-12 | 1 | -1/+1 |
| * | Added wins entry. | John Terpstra | 2002-03-12 | 1 | -0/+2 |
| * | Removed unused var. | Jeremy Allison | 2002-03-12 | 1 | -1/+0 |
| * | Ensure, if we're a PDC or BDC, that the SID stored for the domain name | Jeremy Allison | 2002-03-12 | 1 | -10/+70 |
| * | Merge of enumprinters vs getprinter naming patch from 2.2 | Tim Potter | 2002-03-12 | 2 | -20/+38 |
| * | Added POSIX ACL layer into the vfs. | Jeremy Allison | 2002-03-12 | 6 | -68/+228 |
| * | Added tdbbackup. | Tim Potter | 2002-03-12 | 1 | -0/+1 |
| * | Removed bogus calles to D() debugging function. Perhaps these should | Tim Potter | 2002-03-11 | 1 | -16/+1 |
| * | always make winbindd try for the PDC first before trying for a BDC | Andrew Tridgell | 2002-03-11 | 1 | -5/+7 |
| * | Implemented default ACL patch (set inherit acls = true on a per share basis). | Jeremy Allison | 2002-03-11 | 4 | -9/+40 |
| * | Another program converted to popt...smbstatus this time. | Jim McDonough | 2002-03-11 | 2 | -37/+30 |
| * | only try an ordinary file in lock6 | Andrew Tridgell | 2002-03-11 | 1 | -2/+2 |
| * | put in the ADS DNS hack, but commented out | Andrew Tridgell | 2002-03-11 | 1 | -0/+11 |
| * | expanded the lock6 test a bit to try lsarpc as well | Andrew Tridgell | 2002-03-11 | 1 | -11/+17 |
| * | added a LOCK6 test for weird lockingX lock type bits | Andrew Tridgell | 2002-03-11 | 1 | -1/+40 |