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-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
1998-04-13
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1
-1
/
+1
1998-03-31
the default for old style accounts should be workstation trust
Andrew Tridgell
1
-1
/
+1
1998-03-26
smbpass.c: Made unknown accounts ending in '$' server accounts, not
Jeremy Allison
1
-1
/
+1
1998-03-24
Added writing of '[XXX]' account control bits into gcos
Jeremy Allison
1
-0
/
+7
1998-03-24
Updated smbpasswd to allow root to add machine accounts, and allow
Jeremy Allison
1
-4
/
+6
1998-03-19
Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Jeremy Allison
1
-6
/
+0
1998-03-11
"For I have laboured mightily on Luke's code, and hath broken
Jeremy Allison
1
-784
/
+774
1998-02-20
nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...
Jeremy Allison
1
-6
/
+2
1998-01-22
This is *not* a big change (although it looks like one).
Jeremy Allison
1
-1
/
+1
1998-01-17
charcnv.c: Added codepage 866 support onto the file system. Patch
Jeremy Allison
1
-4
/
+8
1997-11-22
fixed some typecasts of (char *) to (unsigned char *)
Andrew Tridgell
1
-4
/
+4
1997-11-10
Rolled back tree state to 11:59pm 8th November 1997 EST to
Jeremy Allison
1
-1
/
+1
1997-11-09
attempting to mark up 32 bit error codes, needed for NT domains.
Luke Leighton
1
-1
/
+1
1997-11-08
mod_smbpasswd() was junking the smbpasswd file...
Luke Leighton
1
-97
/
+99
1997-11-06
following a cvs error, i am rewriting this monster-commit. with bad grace.
Luke Leighton
1
-41
/
+401
1997-11-02
loadparm.c :
Luke Leighton
1
-0
/
+217
1997-09-14
This commit does 3 main things:
Andrew Tridgell
1
-6
/
+0
1997-07-08
Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>
Samba Release Account
1
-1
/
+1
1996-10-04
- changed the umask handling. We now set the umask to 0 and explicitly
Andrew Tridgell
1
-1
/
+1
1996-07-24
minor cleanups
Andrew Tridgell
1
-4
/
+2
1996-07-18
minor cleanups ready for another release
Andrew Tridgell
1
-2
/
+1
1996-06-10
got rid of a lot of redundent header files as we now globally generate
Andrew Tridgell
1
-1
/
+0
1996-06-04
a huge pile of changes :-)
Andrew Tridgell
1
-2
/
+1
1996-05-29
cleanups to make thinsg compile cleanly
Andrew Tridgell
1
-2
/
+2
[next]