summaryrefslogtreecommitdiff
path: root/source/passdb/smbpass.c
Commit message (Expand)AuthorAgeFilesLines
* code from bertl to allow remap of default built-in names to anything.Luke Leighton1999-07-141-0/+6
* renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1999-07-131-2/+2
* SAM database "set user info".Luke Leighton1999-03-251-2/+2
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-12/+20
* spelling mistake, #ifdef'd out for non-developers (oops!)Luke Leighton1999-03-051-0/+5
* iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton1999-02-081-1/+4
* Fixed the "You password will expire in 0 days. Would you like toGerald Carter1999-01-131-0/+4
* - adding builtin[alias]db.Luke Leighton1998-11-301-20/+20
* weekend work. user / group database API.Luke Leighton1998-11-291-196/+29
* we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1998-11-261-1/+14
* fixing group database issuesLuke Leighton1998-11-251-1/+1
* unix instance of group database APILuke Leighton1998-11-231-12/+12
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-4/+4
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-295/+225
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-211-0/+1
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-2/+2
* getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1998-10-151-1/+6
* bug-fixing against:Luke Leighton1998-10-151-0/+2
* anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1998-10-091-0/+1
* Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1998-09-281-1/+5
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+2
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+10
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-44/+80
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-5/+5
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-7/+7
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-7/+7
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-4/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-2/+2
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+1
* includes.h: Fixes for NetBSD and BSDI.Jeremy Allison1998-06-041-2/+2
* clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1998-06-011-2/+2
* smb.h: More NT SMB stuff (just defines).Jeremy Allison1998-05-261-1/+2
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-241-2/+2
* fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1998-05-211-1/+1
* passdb.c: Fixed typo in coment.Jeremy Allison1998-05-191-1/+5
* made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need notLuke Leighton1998-05-191-98/+97
* oops - got some of the default (conversion) functions wrong.Luke Leighton1998-05-191-32/+19
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-191-0/+18
* ldap.c :Luke Leighton1998-05-191-0/+1
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-34/+40
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-63/+63
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-181-9/+3
* resolving compilation errorsLuke Leighton1998-05-181-1/+2
* - renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1998-05-181-297/+9
* Makefile:Luke Leighton1998-05-181-3/+30
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-4/+4
* initialise a variableAndrew Tridgell1998-05-131-1/+1
* removed lp_domain_workstation() parameterLuke Leighton1998-05-121-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-21/+22
* password back-end database supportLuke Leighton1998-05-111-1/+108