YODL conversion of make_smbcodepage.1
[samba.git] / source3 / passdb /
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-10-21 Luke Leightonthe next dialog: user-groups. it's not very sensible...
1998-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-10-16 Luke Leightontrust password
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-15 Luke Leightongetpwnam() failing is a serious error (corrupt smbpassw...
1998-10-15 Luke Leightonbug-fixing against:
1998-10-09 Luke Leightonanders blomdell spotted an unititialised fstring causin...
1998-09-29 Jeremy AllisonFixed warning in get_time_from_string().
1998-09-29 Luke Leightonmissed the pdb_sam_to_smb function needed by nispass.c
1998-09-29 Luke Leightonadded in some pdb_xxx routines that are needed by nispass.c
1998-09-28 Jeremy AllisonAdded fix from gildea@intouchsys.com - smbpasswd file...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-26 Jeremy AllisonAdded Kerberos4 support patches from Johan Hedin <johan...
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-24 Jeremy AllisonIntegration of Anders Blomdell <anders.blomdell@control...
1998-09-24 Luke Leightonremoved function names printed out in debug statements...
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-29 Andrew Tridgellgot rid of calls to update_protected_database(). It...
1998-08-17 Andrew Tridgellmoved connection_struct handling code into smbd/conn...
1998-08-15 Andrew Tridgelluse user instead of this_user to prevent global shadowing
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-06-27 Jeremy Allisonnisppass.c: Fixed incorrect parameter usage.
1998-06-20 Jeremy Allisonclitar.c: Fixed minor gcc -pedantic-error compile warnings.
1998-06-04 Jeremy Allisonincludes.h: Fixes for NetBSD and BSDI.
1998-06-01 Jeremy Allisonclientutil.c: Don't core dump if no controlling termina...
1998-05-28 Luke Leightonlatest messing about: probably doesn't compile; doesn...
1998-05-27 Jeremy Allisonloadparm.c: Added machine password timeout parameter...
1998-05-26 Jeremy Allisonsmb.h: More NT SMB stuff (just defines).
1998-05-25 Luke Leightonadded set logon, logoff, kickoff etc time functions.
1998-05-25 Luke Leightoni wondered why nisppass.c came up with a linker error...
1998-05-24 Luke Leighton- created pdb_sethexpwd(), to be called from all pwd...
1998-05-22 Luke Leightonadd_nisp21pwd_entry() finished but not tested. module...
1998-05-22 Luke Leightondoesn't compile: don't care. checking this in so peopl...
1998-05-21 Luke Leightonfixed signed / unsigned warnings spotted by tim winders...
1998-05-19 Jeremy Allisonpassdb.c: Fixed typo in coment.
1998-05-19 Luke Leightonmade mod_smbfilepwd_entry() and getsmbfilepwent() stati...
1998-05-19 Luke Leightonoops - got some of the default (conversion) functions...
1998-05-19 Luke Leightonremoved "default" system for password database api...
1998-05-19 Luke Leightonldap.c :
1998-05-18 Jeremy AllisonAbstracted all the crappy password interfaces through...
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-18 Luke Leightonlinker errors with -DUSE_NISPLUS_DB - difficult to...
1998-05-18 Luke Leightonsorting out removal of some smb_passwd functions by...
1998-05-18 Luke Leightonremoved references to some of the smb_passwd routines...
1998-05-18 Luke Leightoncreating and using some pdb_init_(sam/smb) routines...
1998-05-18 Luke Leightonno include headers in ldap.c.
1998-05-18 Luke Leightonresolving compilation errors
1998-05-18 Luke Leightonreceived update from jean francois for ldap.c: he is...
1998-05-18 Luke Leighton- renamed some of the passdb.c functions: they have...
1998-05-18 Luke Leightonoops. pressed ctrl-z while editing the previous cvs...
1998-05-18 Luke LeightonMakefile:
1998-05-15 Luke Leightonsome databases have search capabilities. acknowledging...
1998-05-15 Luke Leightonfirst non-compiling, unused, mostly stub version of...
1998-05-14 Jeremy Allisonpassdb.c
1998-05-14 Jeremy Allisonnamequery.c: Fixed SGI IRIX 5.x compiler problem.
1998-05-13 Andrew Tridgellinitialise a variable
1998-05-12 Luke Leighton- removed ldap_get_trust()
1998-05-12 Luke Leightonremoved lp_domain_workstation() parameter
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Luke Leightonpassword back-end database support
1998-05-11 Luke Leightonldap back-end database development
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-05-08 Luke Leightonrenamed last_change_time to pass_must_change_time....
1998-05-07 Luke Leightonadded first pass at start/get/end-ldappwent functions...
1998-05-07 Luke Leightonremove unused ldap functions: add stub start/get/endlda...
1998-05-07 Luke Leightonmoving gethexpwd into util.c, because it's used in...
1998-05-07 Jeremy AllisonThis should (hopefully :-) be the final fix for the...
1998-05-07 Luke Leightoncreated "passdb.c" which is an interface point to ...
1998-05-06 Jeremy Allisonsmbpass.c: Fixed machine_passwd_lock() problems.
1998-05-06 Jeremy Allisonloadparm.c: Added #ifdef USE_LDAP around ldap code.
1998-05-06 Luke Leightonjean-francois micouleau's well-alpha code for ldap...
1998-05-05 Jeremy Allisongenrand.c: SGI compile warning fix.
1998-04-30 Jeremy AllisonAdded patch from Bruce Tenison <btenison@dibbs.net...
1998-04-29 Jeremy AllisonMakefile: Added files to smbpasswd.c.
1998-04-29 Luke Leightonpassword.c:
1998-04-29 Jeremy AllisonThis is the checkin that adds the security=domain funct...
1998-04-23 Jeremy Allisongenrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
1998-04-18 Jeremy Allisonincludes.h: Added John's redhat fix for QSORT_CAST.
1998-04-15 Jeremy Allisonipc.c: Fix for printer queue spinning with Win95.
1998-04-14 Jeremy AllisonModified interfaces to getting smb password entries...
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-03-31 Andrew Tridgellthe default for old style accounts should be workstatio...
1998-03-26 Jeremy Allisonsmbpass.c: Made unknown accounts ending in '$' server...
1998-03-24 Jeremy AllisonAdded writing of '[XXX]' account control bits into...
1998-03-24 Jeremy AllisonUpdated smbpasswd to allow root to add machine accounts...
1998-03-19 Jeremy AllisonAdding the same changes to HEAD as were added to BRANCH...
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
next