Copy recent spoolss IDL from samba4 into our tree.
[gd/samba/.git] / source / passdb /
2008-02-25 Volker LendeckeFix some warnings
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-19 Karolin SeegerChange ldap search filter. This function is also used...
2008-02-17 Günther DeschnerUse netr_SamInfo3 in remaining places.
2008-02-13 Stefan Metzmachernsswitch: convert winbind_env_set(), winbind_on() and...
2008-02-12 Günther DeschnerAdd get_logon_hours_from_pdb() (inspired by samba4).
2008-02-11 Karolin SeegerChange ldap search filter. This function is also used...
2008-02-09 Günther DeschnerMore paranoid checks for secrets_init() success.
2008-02-08 Karolin SeegerFix typo.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-06 Jeremy AllisonDon't return true on talloc fail.
2008-02-04 Volker LendeckeFix valgrind errors
2008-02-04 Volker LendeckeRemove a static
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Michael AdamFix lookup_sids to detect unix_groups and unix_users...
2008-01-25 Michael AdamAdd a debug message: show the sid lookup_sid() was...
2008-01-25 Michael AdamAdd a debug message to lookup_rids() printing the domai...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-12 Jeremy AllisonFix CID 469. new_acct can't be NULL here.
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Michael AdamFix memleak in ldapsam_rename_sam_account() found by...
2008-01-09 Michael AdamConvert add_sid_to_array() add_sid_to_array_unique...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Günther DeschnerAdd secrets_shutdown().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-03 Jeremy AllisonFix for bug #5163 from Laurent Pinchart <pinchart@skyne...
2007-12-30 Michael AdamMake pdb_tdb honour a private dir overridden in smb...
2007-12-29 Volker Lendeckepassdb.tdb is located in the private directory
2007-12-28 Volker LendeckeConvert csamuser to memcache
2007-12-26 Volker LendeckeRemove the sampwent interface
2007-12-26 Volker Lendeckesmbpasswd_search_users
2007-12-26 Volker LendeckeAdd tdbsam_search_users
2007-12-23 Volker LendeckeConvert the [gu]id_sid cache to memcache
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-19 Günther DeschnerAdd and use some keystr functions using talloc_tos...
2007-12-18 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-18 Michael AdamPrevent another segfault.
2007-12-17 Michael AdamRemove direct caller of secrets_fetch_trusted_domain_pa...
2007-12-17 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-14 Stefan MetzmacherRevert "Fix for bug #4801: Correctly implement lsa...
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamPass NULL instead of unneeded &sid: pdb_get_trusteddom_...
2007-12-13 Michael AdamRename get_trust_pw() to get_trust_pw_hash().
2007-12-13 Michael AdamExport logic of get_trust_pw() to new function get_trus...
2007-12-13 Michael AdamRefactor the lagacy part of secrets_fetch_trust_account...
2007-12-13 Michael AdamLet get_trust_pw() determine the machine_account_name...
2007-12-13 Michael AdamRemove two unneeded functions.
2007-12-13 Michael AdamFix for bug #4801: Correctly implement lsa lookup level...
2007-12-12 Michael AdamFix logic and prevent segfaults in secrets trustdom...
2007-12-12 Michael AdamFix secrets_store_trusted_domain_password() after pstri...
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-03 Jeremy AllisonChange tdb_unpack "P" to return a malloc'ed string...
2007-11-28 Jeremy AllisonRemove unused prototype for smbldap_get_single_pstring().
2007-11-27 Michael AdamUse the proper boolean constants - the type has been
2007-11-26 Volker LendeckeFix bug 5055
2007-11-26 Volker LendeckeImprove debug message
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-22 Jeremy AllisonRemove pstrings from pam_smbpass - make local_password_...
2007-11-21 Jeremy AllisonMore pstring elimination.
2007-11-15 Jeremy AllisonRemove smbldap_get_single_pstring() and all pstrings
2007-11-09 Stefan Metzmacherremove faked_create_user() BUILD_FARM hack as we have...
2007-11-05 Volker Lendeckestatic pstring removal
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-27 Jeremy AllisonEnsure temporary memory is freed - pointed out by ...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create... initial-v3-2-test
2007-10-10 Gerald Carterr25401: BUG 4982: Don't delete lanman hashes on invalid...
2007-10-10 Jeremy Allisonr25165: Use talloc_asprintf_append_buffer with an unmod...
2007-10-10 Michael Adamr25092: Add support for storing trusted domain password...
2007-10-10 Michael Adamr25091: Start adding support for storing trusted domain...
2007-10-10 Michael Adamr24991: Kill all those lots of trailing whitespaces...
2007-10-10 Michael Adamr24990: Kill an incredible amount of trailing whitespac...
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23688: Fix bug #4759 reported by Raul <ismell@ismell...
2007-10-10 Günther Deschnerr23630: Found out what LSA_LOOKUP_NAMES level 5 means:
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Gerald Carterr23244: Fix loop with nscd and NSS recusive calls.
2007-10-10 Gerald Carterr23194: cherry pick two fixes from SAMBA_3_0_26
2007-10-10 Gerald Carterr23192: Remove fallback to looking up group mappings...
2007-10-10 Simo Sorcer23051: sid_to_[ug]id fixes for smbd
2007-10-10 Gerald Carterr23046: Few missing merges from cleaning out the Center...
2007-10-10 Jeremy Allisonr23005: If we're running on a system where time_t is...
2007-10-10 Gerald Carterr22977: Trim noise by removing redundant WARNING log...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22786: Some cleanup by Karolin Seeger: Remove unused...
2007-10-10 Volker Lendecker22767: Argl. Typed in 'svn ci' in the wrong branch...
next