index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
smbpass.c
Age
Commit message (
Expand
)
Author
Files
Lines
1998-09-28
Added fix from gildea@intouchsys.com - smbpasswd file could be left
Jeremy Allison
1
-1
/
+5
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-2
/
+2
1998-09-25
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1
-0
/
+10
1998-09-24
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
Jeremy Allison
1
-44
/
+80
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1
-5
/
+5
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-7
/
+7
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-7
/
+7
1998-08-17
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1
-4
/
+4
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-2
/
+2
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1
-1
/
+1
1998-06-04
includes.h: Fixes for NetBSD and BSDI.
Jeremy Allison
1
-2
/
+2
1998-06-01
clientutil.c: Don't core dump if no controlling terminal available for password.
Jeremy Allison
1
-2
/
+2
1998-05-26
smb.h: More NT SMB stuff (just defines).
Jeremy Allison
1
-1
/
+2
1998-05-24
- created pdb_sethexpwd(), to be called from all pwd apis that need to
Luke Leighton
1
-2
/
+2
1998-05-21
fixed signed / unsigned warnings spotted by tim winders. also fixed
Luke Leighton
1
-1
/
+1
1998-05-19
passdb.c: Fixed typo in coment.
Jeremy Allison
1
-1
/
+5
1998-05-19
made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need not
Luke Leighton
1
-98
/
+97
1998-05-19
oops - got some of the default (conversion) functions wrong.
Luke Leighton
1
-32
/
+19
1998-05-19
removed "default" system for password database api: all functions must
Luke Leighton
1
-0
/
+18
1998-05-19
ldap.c :
Luke Leighton
1
-0
/
+1
1998-05-18
Abstracted all the crappy password interfaces through an indirect
Jeremy Allison
1
-34
/
+40
1998-05-18
chgpasswd.c: Changed back to getsmb... from getsam...
Jeremy Allison
1
-63
/
+63
1998-05-18
creating and using some pdb_init_(sam/smb) routines. putting ldap headers
Luke Leighton
1
-9
/
+3
1998-05-18
resolving compilation errors
Luke Leighton
1
-1
/
+2
1998-05-18
- renamed some of the passdb.c functions: they have a prefix pdb_ on them
Luke Leighton
1
-297
/
+9
1998-05-18
Makefile:
Luke Leighton
1
-3
/
+30
1998-05-14
namequery.c: Fixed SGI IRIX 5.x compiler problem.
Jeremy Allison
1
-4
/
+4
1998-05-13
initialise a variable
Andrew Tridgell
1
-1
/
+1
1998-05-12
removed lp_domain_workstation() parameter
Luke Leighton
1
-1
/
+1
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-21
/
+22
1998-05-11
password back-end database support
Luke Leighton
1
-1
/
+108
1998-05-11
ldap back-end database development
Luke Leighton
1
-199
/
+34
1998-05-11
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1
-9
/
+11
1998-05-08
renamed last_change_time to pass_must_change_time. removed "if (bool==True)"
Luke Leighton
1
-10
/
+10
1998-05-07
remove unused ldap functions: add stub start/get/endldappwent routines.
Luke Leighton
1
-1
/
+0
1998-05-07
moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c
Luke Leighton
1
-29
/
+0
1998-05-07
This should (hopefully :-) be the final fix for the %U %G substitution
Jeremy Allison
1
-11
/
+0
1998-05-07
created "passdb.c" which is an interface point to (at present) either
Luke Leighton
1
-32
/
+43
1998-05-06
smbpass.c: Fixed machine_passwd_lock() problems.
Jeremy Allison
1
-25
/
+21
1998-05-06
loadparm.c: Added #ifdef USE_LDAP around ldap code.
Jeremy Allison
1
-8
/
+9
1998-05-06
jean-francois micouleau's well-alpha code for ldap password database stuff!
Luke Leighton
1
-0
/
+9
1998-05-05
genrand.c: SGI compile warning fix.
Jeremy Allison
1
-2
/
+2
1998-04-30
Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted
Jeremy Allison
1
-4
/
+6
1998-04-29
Makefile: Added files to smbpasswd.c.
Jeremy Allison
1
-27
/
+54
1998-04-29
password.c:
Luke Leighton
1
-10
/
+17
1998-04-29
This is the checkin that adds the security=domain functionality.
Jeremy Allison
1
-3
/
+0
1998-04-23
genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
Jeremy Allison
1
-33
/
+222
1998-04-18
includes.h: Added John's redhat fix for QSORT_CAST.
Jeremy Allison
1
-26
/
+58
1998-04-15
ipc.c: Fix for printer queue spinning with Win95.
Jeremy Allison
1
-6
/
+131
1998-04-14
Modified interfaces to getting smb password entries from
Jeremy Allison
1
-8
/
+50
[next]