Age | Commit message (Expand) | Author | Files | Lines |
2001-06-06 | Added getconf flags for RH7.1 lfs support. Changed while() to a for() | Jeremy Allison | 1 | -11/+4 |
2001-06-05 | Merge of lsa_lookup_names() i18n bugfix from appliance. | Tim Potter | 1 | -0/+5 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -1/+1 |
2001-06-02 | Merge of i18n domain name fix for lsa_query_info_policy() from appliance | Tim Potter | 1 | -9/+13 |
2001-06-02 | i18n bugfix merge from appliance. | Tim Potter | 1 | -1/+6 |
2001-05-29 | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 1 | -8/+27 |
2001-05-24 | Added server side reponse to net_logon_ctrl rpc. We can now respond | Tim Potter | 2 | -3/+62 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 2 | -0/+115 |
2001-05-18 | Fix the W2KSP2 joining a Samba domain problem. | Jeremy Allison | 3 | -6/+11 |
2001-05-10 | Should be faliing on False and not True. Bad check on return value | Gerald Carter | 1 | -1/+1 |
2001-05-09 | check for valid pointer before calling memset() in samr_clear_sam_passwd | Gerald Carter | 1 | -2/+2 |
2001-05-08 | fixes to the group mapping code. | Jean-François Micouleau | 2 | -8/+79 |
2001-05-08 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2001-05-08 | Fix for insure missmatched parameter error. | Jeremy Allison | 1 | -1/+1 |
2001-05-07 | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 1 | -3/+0 |
2001-05-07 | removed unused variables | Gerald Carter | 1 | -2/+0 |
2001-05-07 | Patch from Simo: | Gerald Carter | 4 | -66/+66 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 5 | -457/+602 |
2001-05-02 | Fix noticed by John Trostel - we need to return our account SID for level 5. | Jeremy Allison | 1 | -1/+1 |
2001-05-02 | Remove embedded '/*' in comment. | Jeremy Allison | 1 | -1/+1 |
2001-05-01 | fixed comment-in-comment | Andrew Tridgell | 1 | -1/+1 |
2001-05-01 | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous | Jeremy Allison | 2 | -1/+192 |
2001-04-27 | More acl -> the_acl, %d with uid_t issues. | Jeremy Allison | 1 | -13/+13 |
2001-04-27 | fix a bug in printer name handling that jerry reported. | Jean-François Micouleau | 1 | -3/+8 |
2001-04-25 | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 1 | -1/+3 |
2001-04-23 | Fix "proc num out of range" error. Missing rpc call. | Jeremy Allison | 2 | -12/+88 |
2001-04-22 | Finally got name & SID returns correct. | Jeremy Allison | 1 | -1/+4 |
2001-04-22 | merging from 2.2 to head | Andrew Tridgell | 1 | -9/+3 |
2001-04-21 | JF pointed out we were returning the wrong info for Domain member with info | Jeremy Allison | 1 | -17/+9 |
2001-04-16 | Getting medieval with compiler warnings as Jeremy puts it. | Tim Potter | 1 | -1/+1 |
2001-04-15 | Patch from "Christoph Zwerschke" <zwerschke@zuv.uni-heidelberg.de> to | Jeremy Allison | 1 | -0/+12 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 3 | -21/+17 |
2001-04-13 | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 2 | -38/+26 |
2001-04-12 | Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't | Jeremy Allison | 1 | -13/+9 |
2001-04-11 | Fix for core dump in security = share code with new share security db. | Jeremy Allison | 1 | -3/+11 |
2001-04-11 | Restrict dfs add and dfs remote to root at Shirish's advice. | Jeremy Allison | 1 | -0/+16 |
2001-04-10 | Merged in missing break fix from Shirish. | Jeremy Allison | 1 | -0/+1 |
2001-04-10 | passdb/pass_check.c: Ensure second check is done only if given username is al... | Jeremy Allison | 1 | -7/+11 |
2001-04-10 | Use message system to notify when smb.conf is updated. | Jeremy Allison | 1 | -7/+20 |
2001-04-09 | Removed "read only" arg as it isn't useful. | Jeremy Allison | 1 | -33/+2 |
2001-04-09 | Tidy up return codes for server manager. | Jeremy Allison | 1 | -6/+21 |
2001-04-09 | Get/Set of SD's on shares now works. Correctly ensure scripts exist before | Jeremy Allison | 1 | -12/+15 |
2001-04-09 | Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits. | Jeremy Allison | 1 | -1/+47 |
2001-04-09 | Ensure Everyone/All access is mapped correctly to file generic perms to allow | Jeremy Allison | 1 | -1/+5 |
2001-04-09 | Added set/get SD's on shares. Check before tcon. | Jeremy Allison | 1 | -17/+142 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -2/+2 |
2001-04-08 | Added per-share security tdb. Tidied up many slprintfs (need -1 on length). | Jeremy Allison | 1 | -60/+198 |
2001-04-07 | Fixed up the "add" command - although not SD's yet. Now for the SD db and | Jeremy Allison | 1 | -19/+74 |
2001-04-07 | Added 3 params to manipulate shares. "add share command/change share command/ | Jeremy Allison | 3 | -29/+98 |
2001-04-06 | Implemented stub function for NET_SHARE_DELETE. Now to implement the real | Jeremy Allison | 2 | -5/+57 |