summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-231-2/+73
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-64/+22
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-12/+3
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+1
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-2/+41
* reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2000-06-091-0/+2
* include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2000-06-081-0/+29
* moved secrets handling into secrets.cAndrew Tridgell2000-06-032-49/+43
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-1/+3
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-14/+2
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-0/+32
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-151-1/+1
* Added code to do a one-way migration of the old DOMAIN.MACHINE.macJeremy Allison2000-05-131-4/+259
* fixed two uninitialised variablesAndrew Tridgell2000-05-121-1/+1
* Someone :-) forgot to add secrets.c to HEAD.Jeremy Allison2000-05-081-0/+90
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-219/+22
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-022-4/+4
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-252-2/+0
* Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison2000-04-121-57/+201
* The changes made here broke NT security descriptor returning to NT clients.Jeremy Allison2000-04-111-0/+2
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-366/+459
* Tidied up fchown code, error reporting.Jeremy Allison2000-03-021-3/+9
* Correctly full buffer smbpasswd i/o streams.Jeremy Allison2000-03-021-1/+1
* Update last changed time for new password entry.Jeremy Allison2000-03-021-0/+1
* Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n...Jeremy Allison2000-03-021-20/+21
* client/client.c:Jeremy Allison2000-02-255-94/+355
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-201/+56
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-137-2843/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-139-1071/+3059
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-2/+2
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-1/+34
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-15/+38
* Whoops ! Being over-paranoid is not good.Jean-François Micouleau1999-09-241-8/+0
* use gecos field to fill the full_nameJean-François Micouleau1999-09-232-7/+36
* Fixed an annoying bug in the LDAP code. Attributes not present in theMatthew Chapman1999-09-221-22/+3
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-2/+2
* BDC support.Luke Leighton1999-07-211-0/+2
* code from bertl to allow remap of default built-in names to anything.Luke Leighton1999-07-142-0/+12
* renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1999-07-132-4/+4
* NULL pwdb_xxx_map_names() parameter can be passed here (which is a bugLuke Leighton1999-07-112-10/+12
* issues with pwdb_sam_map_names() and pwdb_smb_map_names() returning NULL.Luke Leighton1999-07-082-3/+20
* added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1999-07-072-2/+8
* improving authentication code (tidyup).Luke Leighton1999-06-291-1/+0
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-132-64/+2
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-061-1/+1
* "User Manager" - create user + change password now work.Luke Leighton1999-03-251-0/+42
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-252-1/+148
* SAM database "set user info".Luke Leighton1999-03-254-5/+19
* #if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM)Matthew Chapman1999-03-231-1/+1
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-6/+6