summaryrefslogtreecommitdiff
path: root/source3/passdb/smbpass.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-05-18resolving compilation errorsLuke Leighton1-1/+2
1998-05-18- renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1-297/+9
1998-05-18Makefile:Luke Leighton1-3/+30
1998-05-14namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1-4/+4
1998-05-13initialise a variableAndrew Tridgell1-1/+1
1998-05-12removed lp_domain_workstation() parameterLuke Leighton1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-21/+22
1998-05-11password back-end database supportLuke Leighton1-1/+108
1998-05-11ldap back-end database developmentLuke Leighton1-199/+34
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-9/+11
1998-05-08renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton1-10/+10
1998-05-07remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton1-1/+0
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1-29/+0
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-11/+0
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1-32/+43
1998-05-06smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1-25/+21
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1-8/+9
1998-05-06jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton1-0/+9
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-2/+2
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1-4/+6
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-27/+54