index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
smbpass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidied up fchown code, error reporting.
Jeremy Allison
2000-03-02
1
-3
/
+9
*
Correctly full buffer smbpasswd i/o streams.
Jeremy Allison
2000-03-02
1
-1
/
+1
*
Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n...
Jeremy Allison
2000-03-02
1
-20
/
+21
*
client/client.c:
Jeremy Allison
2000-02-25
1
-66
/
+292
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-239
/
+443
*
code from bertl to allow remap of default built-in names to anything.
Luke Leighton
1999-07-14
1
-0
/
+6
*
renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()
Luke Leighton
1999-07-13
1
-2
/
+2
*
SAM database "set user info".
Luke Leighton
1999-03-25
1
-2
/
+2
*
mods to allow inter-domain trust accounts to be added to SAM database
Luke Leighton
1999-03-09
1
-12
/
+20
*
spelling mistake, #ifdef'd out for non-developers (oops!)
Luke Leighton
1999-03-05
1
-0
/
+5
*
iteration of sam passwd entries was an order n-cubed algorithm due
Luke Leighton
1999-02-08
1
-1
/
+4
*
Fixed the "You password will expire in 0 days. Would you like to
Gerald Carter
1999-01-13
1
-0
/
+4
*
- adding builtin[alias]db.
Luke Leighton
1998-11-30
1
-20
/
+20
*
weekend work. user / group database API.
Luke Leighton
1998-11-29
1
-196
/
+29
*
we have a problem: resolution of "Primary Group RID" which we assumed
Luke Leighton
1998-11-26
1
-1
/
+14
*
fixing group database issues
Luke Leighton
1998-11-25
1
-1
/
+1
*
unix instance of group database API
Luke Leighton
1998-11-23
1
-12
/
+12
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-4
/
+4
*
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1998-11-17
1
-295
/
+225
*
the next dialog: user-groups. it's not very sensible what appears, but hey:
Luke Leighton
1998-10-21
1
-0
/
+1
*
rpcclient interactive login (with trust account changing if you are root)
Luke Leighton
1998-10-15
1
-2
/
+2
*
getpwnam() failing is a serious error (corrupt smbpasswd database)
Luke Leighton
1998-10-15
1
-1
/
+6
*
bug-fixing against:
Luke Leighton
1998-10-15
1
-0
/
+2
*
anders blomdell spotted an unititialised fstring causing strlen to go
Luke Leighton
1998-10-09
1
-0
/
+1
*
Added fix from gildea@intouchsys.com - smbpasswd file could be left
Jeremy Allison
1998-09-28
1
-1
/
+5
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-2
/
+2
*
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1998-09-25
1
-0
/
+10
*
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
Jeremy Allison
1998-09-24
1
-44
/
+80
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
1
-5
/
+5
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-7
/
+7
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
1
-7
/
+7
*
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1998-08-17
1
-4
/
+4
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-2
/
+2
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-1
/
+1
*
includes.h: Fixes for NetBSD and BSDI.
Jeremy Allison
1998-06-04
1
-2
/
+2
*
clientutil.c: Don't core dump if no controlling terminal available for password.
Jeremy Allison
1998-06-01
1
-2
/
+2
*
smb.h: More NT SMB stuff (just defines).
Jeremy Allison
1998-05-26
1
-1
/
+2
*
- created pdb_sethexpwd(), to be called from all pwd apis that need to
Luke Leighton
1998-05-24
1
-2
/
+2
*
fixed signed / unsigned warnings spotted by tim winders. also fixed
Luke Leighton
1998-05-21
1
-1
/
+1
*
passdb.c: Fixed typo in coment.
Jeremy Allison
1998-05-19
1
-1
/
+5
*
made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need not
Luke Leighton
1998-05-19
1
-98
/
+97
*
oops - got some of the default (conversion) functions wrong.
Luke Leighton
1998-05-19
1
-32
/
+19
*
removed "default" system for password database api: all functions must
Luke Leighton
1998-05-19
1
-0
/
+18
*
ldap.c :
Luke Leighton
1998-05-19
1
-0
/
+1
*
Abstracted all the crappy password interfaces through an indirect
Jeremy Allison
1998-05-18
1
-34
/
+40
*
chgpasswd.c: Changed back to getsmb... from getsam...
Jeremy Allison
1998-05-18
1
-63
/
+63
*
creating and using some pdb_init_(sam/smb) routines. putting ldap headers
Luke Leighton
1998-05-18
1
-9
/
+3
*
resolving compilation errors
Luke Leighton
1998-05-18
1
-1
/
+2
*
- renamed some of the passdb.c functions: they have a prefix pdb_ on them
Luke Leighton
1998-05-18
1
-297
/
+9
*
Makefile:
Luke Leighton
1998-05-18
1
-3
/
+30
[next]