Age | Commit message (Expand) | Author | Files | Lines |
2001-03-02 | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 3 | -6/+5 |
2001-02-14 | Merge of i18n fixes from appliance branch. Samba can now talk to a network | Tim Potter | 1 | -3/+10 |
2001-02-08 | add pam_setcred() call to pam_auth(). Patch was submited last Oct. | Gerald Carter | 1 | -0/+8 |
2001-01-15 | Fixes for POSIX ACLS. ACL merge code. | Jeremy Allison | 1 | -2/+12 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+2 |
2001-01-10 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -9/+31 |
2000-12-12 | more fixes from Simo. Also fixed the password expiration field | Gerald Carter | 1 | -134/+59 |
2000-12-09 | group rid assignment cut and paste error | Gerald Carter | 1 | -2/+2 |
2000-12-06 | Cause smbd to use the new posix_acls code, not the old unix_acls code. | Jeremy Allison | 1 | -0/+5 |
2000-12-06 | updates to the tdbsam implementation. | Gerald Carter | 3 | -37/+269 |
2000-11-27 | passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code | Jeremy Allison | 2 | -30/+19 |
2000-11-22 | o fixed logon script problems (wrong len in reply to net_sam_logon for | Gerald Carter | 2 | -3/+4 |
2000-11-21 | Another large patch for the passdb rewrite. | Gerald Carter | 5 | -746/+867 |
2000-11-14 | - fix "declaration of 'time' shadows global declaration" warning. | David O'Neill | 1 | -12/+12 |
2000-11-14 | Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory. | Jeremy Allison | 1 | -2/+2 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 6 | -1422/+1835 |
2000-10-26 | TDB password backend support written by Simo Sorce <simo.sorce@polimi.it> | Gerald Carter | 2 | -0/+598 |
2000-10-13 | last part of W2K support. | Jean-François Micouleau | 1 | -1/+0 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 1 | -0/+209 |
2000-09-28 | Removed a line by mistake... | Jeremy Allison | 1 | -0/+1 |
2000-09-28 | Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this | Jeremy Allison | 1 | -7/+0 |
2000-09-28 | fixed samr_create_user(). we now correctly parse the query and the reply. | Jean-François Micouleau | 2 | -1/+9 |
2000-08-23 | Added code to do SID to uid/gid conversion. Needed for ACL support. | Jeremy Allison | 1 | -2/+73 |
2000-08-02 | Started to canonicalize our handling of uid -> sid code in order to | Jeremy Allison | 1 | -64/+22 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -12/+3 |
2000-07-10 | Fixes for various compile warnings on Solaris 8. | Tim Potter | 1 | -1/+1 |
2000-06-09 | Luke, I am moving the code back into passdb/passdb.c, this the correct | Jeremy Allison | 1 | -2/+41 |
2000-06-09 | reverted jeremy's changes that removed NET_USER_INFO_3. will you please | Luke Leighton | 1 | -0/+2 |
2000-06-08 | include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ... | Jeremy Allison | 1 | -0/+29 |
2000-06-03 | moved secrets handling into secrets.c | Andrew Tridgell | 2 | -49/+43 |
2000-06-01 | param/loadparm.c: Looks like someone ran indent on this ! | Jeremy Allison | 1 | -1/+3 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -14/+2 |
2000-05-29 | Fixed LsaQueryInformationPolicy level 3 to return primary domain info. | Matthew Chapman | 1 | -0/+32 |
2000-05-15 | passdb/secrets.c: Fix typo in comment. | Jeremy Allison | 1 | -1/+1 |
2000-05-13 | Added code to do a one-way migration of the old DOMAIN.MACHINE.mac | Jeremy Allison | 1 | -4/+259 |
2000-05-12 | fixed two uninitialised variables | Andrew Tridgell | 1 | -1/+1 |
2000-05-08 | Someone :-) forgot to add secrets.c to HEAD. | Jeremy Allison | 1 | -0/+90 |
2000-05-08 | added secrets.tdb and changed storage of trust account password to use | Andrew Tridgell | 1 | -219/+22 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 2 | -4/+4 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 2 | -2/+0 |
2000-04-12 | Roll back to using static MACHINE.SID after consultation with Andrew. This | Jeremy Allison | 1 | -57/+201 |
2000-04-11 | The changes made here broke NT security descriptor returning to NT clients. | Jeremy Allison | 1 | -0/+2 |
2000-03-21 | indent update to make t easier to see setuid mods in TNG. some | Luke Leighton | 1 | -366/+459 |
2000-03-02 | Tidied up fchown code, error reporting. | Jeremy Allison | 1 | -3/+9 |
2000-03-02 | Correctly full buffer smbpasswd i/o streams. | Jeremy Allison | 1 | -1/+1 |
2000-03-02 | Update last changed time for new password entry. | Jeremy Allison | 1 | -0/+1 |
2000-03-02 | Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n... | Jeremy Allison | 1 | -20/+21 |
2000-02-25 | client/client.c: | Jeremy Allison | 5 | -94/+355 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 1 | -201/+56 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 7 | -2843/+0 |