summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2000-12-12more fixes from Simo. Also fixed the password expiration fieldGerald Carter1-134/+59
2000-12-09group rid assignment cut and paste errorGerald Carter1-2/+2
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-0/+5
2000-12-06updates to the tdbsam implementation.Gerald Carter3-37/+269
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2-30/+19
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2-3/+4
2000-11-21Another large patch for the passdb rewrite.Gerald Carter5-746/+867
2000-11-14- fix "declaration of 'time' shadows global declaration" warning.David O'Neill1-12/+12
2000-11-14Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.Jeremy Allison1-2/+2
2000-11-13Large commit which restructures the local password storage API.Gerald Carter6-1422/+1835
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2-0/+598
2000-10-13last part of W2K support.Jean-François Micouleau1-1/+0
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-0/+209
2000-09-28Removed a line by mistake...Jeremy Allison1-0/+1
2000-09-28Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison1-7/+0
2000-09-28fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2-1/+9
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-2/+73
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-64/+22
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-12/+3
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+1
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-2/+41
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton1-0/+2
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison1-0/+29
2000-06-03moved secrets handling into secrets.cAndrew Tridgell2-49/+43
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-1/+3
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-14/+2
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-0/+32
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison1-1/+1
2000-05-13Added code to do a one-way migration of the old DOMAIN.MACHINE.macJeremy Allison1-4/+259
2000-05-12fixed two uninitialised variablesAndrew Tridgell1-1/+1
2000-05-08Someone :-) forgot to add secrets.c to HEAD.Jeremy Allison1-0/+90
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-219/+22
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2-4/+4
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2-2/+0
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-57/+201
2000-04-11The changes made here broke NT security descriptor returning to NT clients.Jeremy Allison1-0/+2
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton1-366/+459
2000-03-02Tidied up fchown code, error reporting.Jeremy Allison1-3/+9
2000-03-02Correctly full buffer smbpasswd i/o streams.Jeremy Allison1-1/+1
2000-03-02Update last changed time for new password entry.Jeremy Allison1-0/+1
2000-03-02Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n...Jeremy Allison1-20/+21
2000-02-25client/client.c:Jeremy Allison5-94/+355
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-201/+56
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell7-2843/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell9-1071/+3059
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-2/+2
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-1/+34
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton1-15/+38
1999-09-24Whoops ! Being over-paranoid is not good.Jean-François Micouleau1-8/+0
1999-09-23use gecos field to fill the full_nameJean-François Micouleau2-7/+36