summaryrefslogtreecommitdiff
path: root/source3/passdb/smbpass.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-1/+3
2000-05-12fixed two uninitialised variablesAndrew Tridgell1-1/+1
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
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-02Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n...Jeremy Allison1-20/+21
2000-02-25client/client.c:Jeremy Allison1-66/+292
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-239/+443
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton1-0/+6
1999-07-13renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1-2/+2
1999-03-25SAM database "set user info".Luke Leighton1-2/+2
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-12/+20
1999-03-05spelling mistake, #ifdef'd out for non-developers (oops!)Luke Leighton1-0/+5
1999-02-08iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton1-1/+4
1999-01-13Fixed the "You password will expire in 0 days. Would you like toGerald Carter1-0/+4
1998-11-30- adding builtin[alias]db.Luke Leighton1-20/+20
1998-11-29weekend work. user / group database API.Luke Leighton1-196/+29
1998-11-26we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1-1/+14
1998-11-25fixing group database issuesLuke Leighton1-1/+1
1998-11-23unix instance of group database APILuke Leighton1-12/+12
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-4/+4
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-295/+225
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1-0/+1
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-2/+2
1998-10-15getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1-1/+6
1998-10-15bug-fixing against:Luke Leighton1-0/+2
1998-10-09anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1-0/+1
1998-09-28Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1-1/+5
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+2
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-0/+10
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-44/+80
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-5/+5
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-7/+7
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-7/+7
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1-4/+4
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-2/+2
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-1/+1
1998-06-04includes.h: Fixes for NetBSD and BSDI.Jeremy Allison1-2/+2
1998-06-01clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1-2/+2
1998-05-26smb.h: More NT SMB stuff (just defines).Jeremy Allison1-1/+2
1998-05-24- created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1-2/+2
1998-05-21fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1-1/+1
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison1-1/+5
1998-05-19made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need notLuke Leighton1-98/+97
1998-05-19oops - got some of the default (conversion) functions wrong.Luke Leighton1-32/+19
1998-05-19removed "default" system for password database api: all functions mustLuke Leighton1-0/+18
1998-05-19ldap.c :Luke Leighton1-0/+1
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison1-34/+40
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-63/+63
1998-05-18creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1-9/+3