Age | Commit message (Expand) | Author | Files | Lines |
2004-02-25 | More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you look | Jeremy Allison | 1 | -5/+27 |
2004-02-25 | More gentest fixes. | Jeremy Allison | 1 | -6/+17 |
2004-02-24 | Add 'net rpc group add'. For this parse_samr.c had to be changed: The | Volker Lendecke | 5 | -5/+167 |
2004-02-24 | Remove unused variable. | Volker Lendecke | 1 | -1/+0 |
2004-02-24 | 'net idmap restore' is too useful to be left broken :-) | Volker Lendecke | 1 | -1/+105 |
2004-02-24 | Ensure '.' and '..' don't match in delete requests. | Jeremy Allison | 1 | -1/+4 |
2004-02-24 | More gentest error fixups. | Jeremy Allison | 3 | -2/+13 |
2004-02-24 | Fixup bad-path error found by gentest. | Jeremy Allison | 1 | -4/+6 |
2004-02-24 | Added NTrename SMB (0xA5) - how did we miss this.... ? | Jeremy Allison | 4 | -2/+55 |
2004-02-24 | Fixup correct timeout values for blocking lock timeouts (tested at connectathon | Jeremy Allison | 1 | -1/+1 |
2004-02-23 | (merge from 3.0) | Andrew Bartlett | 1 | -1/+1 |
2004-02-23 | Fix "unable to initialize" bug when smbd hasn't been run with | Jeremy Allison | 2 | -2/+8 |
2004-02-23 | Add bad password count/time attributes | Jim McDonough | 2 | -0/+3 |
2004-02-22 | Add bad password count/time attributes | Jim McDonough | 1 | -1/+12 |
2004-02-21 | Add calls to password lockout functions. Should now work against tdbsam only. | Jim McDonough | 1 | -0/+38 |
2004-02-21 | printf -> d_printf | Tim Potter | 1 | -1/+1 |
2004-02-20 | Make SMB_FILE_ACCESS_INFORMATION call work correctly. | Jeremy Allison | 4 | -115/+13 |
2004-02-20 | Make us bug-for-bug compatible with W2K3 - to get delete on close semantics | Jeremy Allison | 3 | -18/+44 |
2004-02-20 | AIX has already has a function called msleep(). Bugzilla #1098. | Tim Potter | 8 | -14/+14 |
2004-02-20 | handle both 0 and -1 as disabling | Jim McDonough | 1 | -4/+4 |
2004-02-20 | Make default lockout duration and | Jim McDonough | 1 | -2/+2 |
2004-02-20 | <attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ... | Gerald Carter | 1 | -3/+2 |
2004-02-19 | Fixup returns from lookupsids in the same way as lookupnames. Inspired by | Jeremy Allison | 1 | -6/+7 |
2004-02-19 | check for <sys/xattr.h>; needed by Debian testing | Gerald Carter | 2 | -1/+5 |
2004-02-19 | remove some unused local variables | Gerald Carter | 1 | -5/+2 |
2004-02-19 | Enable checking/resetting of account lockout and bad password based on policy | Jim McDonough | 1 | -3/+17 |
2004-02-19 | Clean up bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -79/+95 |
2004-02-19 | comment out server portion of DsEnumerateDomainTrusts() since it causes 2k/xp... | Gerald Carter | 2 | -4/+11 |
2004-02-19 | Add bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -2/+127 |
2004-02-19 | fixing error in logic when checking flags changed field on user primary group... | Gerald Carter | 1 | -28/+28 |
2004-02-19 | merging smbmnt fix from 3.0 | Gerald Carter | 1 | -1/+1 |
2004-02-19 | Add bad password reset and display of bad password count/time | Jim McDonough | 1 | -3/+25 |
2004-02-19 | Add functions to get/set bad password time | Jim McDonough | 2 | -1/+21 |
2004-02-19 | Add bad password time fields | Jim McDonough | 1 | -0/+2 |
2004-02-19 | reformatting | Simo Sorce | 1 | -69/+69 |
2004-02-19 | Fix the "too many fcntl locks" scalability problem raised by tridge. | Jeremy Allison | 4 | -35/+62 |
2004-02-17 | Fix based on Volker's code to correctly return code from lsa_lookup_sids | Jeremy Allison | 1 | -17/+19 |
2004-02-17 | When creating a group via a script, don't let winbind do it as well. | Volker Lendecke | 1 | -3/+1 |
2004-02-17 | Also set alias info for builtins. | Volker Lendecke | 1 | -1/+2 |
2004-02-17 | Don't try to show entries that could not be listed. | Volker Lendecke | 1 | -0/+9 |
2004-02-17 | In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when | Volker Lendecke | 1 | -1/+6 |
2004-02-17 | If there are no alias members, don't ask for their sids. | Volker Lendecke | 1 | -0/+4 |
2004-02-16 | Cosmetic fix: use sid_is_in_our_domain. | Volker Lendecke | 1 | -7/+3 |
2004-02-16 | Fix success message for net groupmap modify | Volker Lendecke | 1 | -1/+1 |
2004-02-14 | Sync with openldap schema. Add munged dial and config attrs/ocs. | Jim McDonough | 2 | -1/+18 |
2004-02-13 | Typo (missed SAFE_FREE)., | Jeremy Allison | 1 | -1/+2 |
2004-02-13 | Fix eta calculation when resuming | Jelmer Vernooij | 1 | -1/+1 |
2004-02-13 | Added Andrew Bartlett's patch to use an allocated buffer for count_chars. | Jeremy Allison | 1 | -2/+8 |
2004-02-13 | Fixup the 'multiple-vuids' bugs. | Jeremy Allison | 4 | -106/+105 |
2004-02-13 | Apply the multiple login stuff to smbclient ... | Richard Sharpe | 1 | -1/+57 |