index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
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
*
namequery.c: Fixed SGI IRIX 5.x compiler problem.
Jeremy Allison
1998-05-14
1
-4
/
+4
*
initialise a variable
Andrew Tridgell
1998-05-13
1
-1
/
+1
*
removed lp_domain_workstation() parameter
Luke Leighton
1998-05-12
1
-1
/
+1
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-21
/
+22
*
password back-end database support
Luke Leighton
1998-05-11
1
-1
/
+108
*
ldap back-end database development
Luke Leighton
1998-05-11
1
-199
/
+34
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
1
-9
/
+11
*
renamed last_change_time to pass_must_change_time. removed "if (bool==True)"
Luke Leighton
1998-05-08
1
-10
/
+10
*
remove unused ldap functions: add stub start/get/endldappwent routines.
Luke Leighton
1998-05-07
1
-1
/
+0
*
moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c
Luke Leighton
1998-05-07
1
-29
/
+0
*
This should (hopefully :-) be the final fix for the %U %G substitution
Jeremy Allison
1998-05-07
1
-11
/
+0
*
created "passdb.c" which is an interface point to (at present) either
Luke Leighton
1998-05-07
1
-32
/
+43
*
smbpass.c: Fixed machine_passwd_lock() problems.
Jeremy Allison
1998-05-06
1
-25
/
+21
*
loadparm.c: Added #ifdef USE_LDAP around ldap code.
Jeremy Allison
1998-05-06
1
-8
/
+9
*
jean-francois micouleau's well-alpha code for ldap password database stuff!
Luke Leighton
1998-05-06
1
-0
/
+9
*
genrand.c: SGI compile warning fix.
Jeremy Allison
1998-05-05
1
-2
/
+2
*
Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted
Jeremy Allison
1998-04-30
1
-4
/
+6
*
Makefile: Added files to smbpasswd.c.
Jeremy Allison
1998-04-29
1
-27
/
+54
*
password.c:
Luke Leighton
1998-04-29
1
-10
/
+17
*
This is the checkin that adds the security=domain functionality.
Jeremy Allison
1998-04-29
1
-3
/
+0
*
genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
Jeremy Allison
1998-04-23
1
-33
/
+222
*
includes.h: Added John's redhat fix for QSORT_CAST.
Jeremy Allison
1998-04-18
1
-26
/
+58
*
ipc.c: Fix for printer queue spinning with Win95.
Jeremy Allison
1998-04-15
1
-6
/
+131
*
Modified interfaces to getting smb password entries from
Jeremy Allison
1998-04-14
1
-8
/
+50
*
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1998-04-13
1
-1
/
+1
*
the default for old style accounts should be workstation trust
Andrew Tridgell
1998-03-31
1
-1
/
+1
*
smbpass.c: Made unknown accounts ending in '$' server accounts, not
Jeremy Allison
1998-03-26
1
-1
/
+1
*
Added writing of '[XXX]' account control bits into gcos
Jeremy Allison
1998-03-24
1
-0
/
+7
*
Updated smbpasswd to allow root to add machine accounts, and allow
Jeremy Allison
1998-03-24
1
-4
/
+6
*
Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Jeremy Allison
1998-03-19
1
-6
/
+0
*
"For I have laboured mightily on Luke's code, and hath broken
Jeremy Allison
1998-03-11
1
-784
/
+774
*
nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...
Jeremy Allison
1998-02-20
1
-6
/
+2
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
1
-1
/
+1
*
charcnv.c: Added codepage 866 support onto the file system. Patch
Jeremy Allison
1998-01-17
1
-4
/
+8
*
fixed some typecasts of (char *) to (unsigned char *)
Andrew Tridgell
1997-11-22
1
-4
/
+4
*
Rolled back tree state to 11:59pm 8th November 1997 EST to
Jeremy Allison
1997-11-10
1
-1
/
+1
*
attempting to mark up 32 bit error codes, needed for NT domains.
Luke Leighton
1997-11-09
1
-1
/
+1
*
mod_smbpasswd() was junking the smbpasswd file...
Luke Leighton
1997-11-08
1
-97
/
+99
[next]