HP2500C driver writes devmode with private data that ends
[samba.git] / source3 / passdb /
2002-04-08 Andrew BartlettFix up major logic reversal flaws in pdb_ldap.
2002-04-05 Jeremy AllisonFixed up admin user / guest user lookup.
2002-04-04 Tim PotterFixed memory leak in make_pdb_context_name()
2002-04-02 Jeremy AllisonFix from Stefan "metze" Metzmacher <metze@metzemix...
2002-03-27 Jeremy AllisonRemoved HAVE_LIBDL from most places (except system...
2002-03-23 Andrew BartlettMinor fixes:
2002-03-21 Andrew BartlettDon't leak memory on failure.
2002-03-21 Andrew BartlettMake sure to initaliase SAM_ACCOUNT pointers to NULL...
2002-03-20 Andrew BartlettMake ldapsam compile again.
2002-03-20 Andrew BartlettAllow a zero rid in pdb_smbpasswd. When given a zero...
2002-03-19 Simo Sorcesecond step to gain free uid<->rid mapping
2002-03-18 Simo Sorcemore verbose checking in talloc and util_pw
2002-03-18 Simo SorceStart to switch away from the alghorithmic uid->rid...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-13 Andrew BartlettI don't need my name on this twice :-)
2002-03-13 Jeremy AllisonRemove a stub function I forgot to fill in.
2002-03-12 Jeremy AllisonRemoved unused var.
2002-03-12 Jeremy AllisonEnsure, if we're a PDC or BDC, that the SID stored...
2002-03-10 Andrew Tridgellrewrote the machine sid storage code to store the SID...
2002-03-10 Andrew Tridgellmake sure we use consistent keys in secrets.tdb by...
2002-03-07 Tim PotterCompile fixes for the pdb nisplus module.
2002-03-06 Jim McDonoughFix SIGSEGV on error message when trying to add a user...
2002-03-02 Andrew BartlettThis patch merges my private LDAP tree into HEAD.
2002-03-02 Andrew BartlettFix up the trusted domains secrets code so as to have...
2002-03-01 Gerald Cartermerge from 2.2
2002-03-01 Andrew BartlettThe beginning of trusted and trusting domain support...
2002-02-22 Andrew Tridgellmade the domain secret key in secrets.tdb domain specif...
2002-02-22 Andrew BartlettAdd the pdb_plugin module from Jelmer Vernooij <jelmer...
2002-02-01 Simo Sorceupdate from 2.2
2002-01-30 Andrew BartlettBack out herb's changes (to allow smbpasswd -x to work...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-30 Herb Lewismerge change from @_2 to allow smbpasswd -x to delete...
2002-01-26 Andrew Bartlett - Provide sid->name lookup support for non-unix accounts.
2002-01-26 Andrew Bartlettlocal_lookup_name() doens't acutally use its 'domain...
2002-01-26 Andrew Bartlettfix typo
2002-01-26 Andrew BartlettAdd some information tidbits to an error DEBUG().
2002-01-25 Andrew BartlettPassdb changes:
2002-01-23 Andrew Bartlettgetpwnam -> getpwnam_alloc.
2002-01-21 Simo Sorcegetpwnam_alloc -> getpwnam
2002-01-21 Simo Sorcehmm, get it right this time.
2002-01-21 Simo Sorcefix also the comment.
2002-01-21 Simo Sorcereplace getpwnam_alloc with plain getpwnam.
2002-01-21 Andrew Bartlettgetpwnam -> getpwnam_alloc
2002-01-20 Andrew BartlettInititialise the gid to what standard_sub_advanced...
2002-01-20 Simo Sorcefixes from 2.2
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-20 Andrew BartlettKill off another ugly wart from the side of the passdb...
2002-01-20 Andrew BartlettFix up an embarrsing bug I introduced when I moved...
2002-01-19 Simo Sorcefixes (asprintf) from 2.2
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-15 Andrew BartlettFor some reason I wasn't thinking about failure cases...
2002-01-15 Martin PoolAdd constness to parameters
2002-01-15 Andrew BartlettCommit the auth associated changes I missed from the...
2002-01-15 Andrew BartlettChange the passdb interface to use allocated strings.
2002-01-12 Andrew BartlettMove all the pdb_get...() and pdb_set...() functions...
2002-01-09 Jeremy AllisonFixed up atomic update code.
2002-01-02 Gerald Carterfixing compile error
2002-01-02 Jeremy AllisonWe should be SHLD not LINK when creating shared libraries.
2002-01-02 Andrew BartlettWe go to a lot of effort to avoid strcpy() in Samba...
2002-01-02 Andrew BartlettActually enforce the passdb API.
2001-12-31 Simo Sorceops, froget to set the values.
2001-12-31 Simo Sorceport mods from 2.2
2001-12-31 Andrew Tridgellmore irix -64 portability fixes
2001-12-31 Andrew BartlettMake --with-tdbsam compile again, given the new 'am...
2001-12-31 Gerald Carterremoved extern samlogon_user
2001-12-31 Gerald Carterremove samlogon_user
2001-12-31 Gerald Cartersome merges from 2.2. Still need to merge in changes...
2001-12-30 Simo Sorceutil_sid.c - respect a const variabile (addedd strdup)
2001-12-30 Andrew BartlettFinally remove these files, which moved (by cvs backend...
2001-12-30 Gerald Carterpdb_getsampwnuid() merge from 2.2
2001-12-28 Gerald Carterremoved unused files
2001-12-27 Gerald Cartermoving SAM_ACCOUNT to include a bit field for initialized
2001-12-14 Jean-François Mico... Rafal (mimir) patch for trusts r.
2001-12-13 Jean-François Mico... update the ldap support code. it compiles.
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-12-05 Andrew BartlettAdd a couple of extra debugs for the secrets.tdb stuff
2001-12-05 Andrew Tridgellauto-init secrets.tdb
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-04 Andrew BartlettThis comment no longer applies.
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-12-02 Jean-François Mico... added mapping of primary gid to rid thru the group...
2001-11-29 Jean-François Mico... Changed again how the privilege list is handled in...
2001-11-28 Herb Lewisadd .po32 files to ignore list
2001-11-27 Andrew Tridgellunable to open smbpasswd on initial create should only...
2001-11-26 Tim PotterIgnore *.po files.
2001-11-25 Volker LendeckeDon't close tdb twice.
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-24 Andrew BartlettKill off that crazy copy_sam_passwd(). You simply...
2001-11-23 Jean-François Mico... Changed how the privileges are stored in the group...
2001-11-17 Jeremy AllisonTidyups when I was doing the big merge...
2001-11-11 Andrew BartlettMinor updates. A small dose of const.
2001-11-11 Andrew BartlettRemove built-in support for clear-text kerberos authent...
2001-11-09 Volker LendeckeAs pdb_ldap.c does not compile in HEAD anyway, a not...
2001-11-07 Jeremy AllisonAdded debug in truncate, fixed warning with gcc3.
2001-11-07 Andrew BartlettUGLY HACK to get machines to join tdbsam domains again.
2001-11-04 Andrew BartlettFixup for accounts without a local /etc/passwd entry.
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-31 Andrew BartlettSmall 'const' updates ahead of some AuthRewrite merging.
next