up the log level for server level security to try to track down the
[ira/wip.git] / source /
2001-11-27 Jeremy AllisonAdded negative caching to group lookups.
2001-11-27 Andrew Tridgelladded test for krb5.h
2001-11-27 Jeremy AllisonAdded negative caching to the user pw lookup by name...
2001-11-27 Jeremy AllisonAdded PRINTER_ALREADY_EXISTS error check from Gerry.
2001-11-27 Andrew Tridgellallow printing of NULL pointers with internal snprintf
2001-11-27 Andrew Tridgellfixed the panics on basicsmb-sharelist on sun1
2001-11-27 Richard SharpeFix another memory leak spotted by Tom Jansen.
2001-11-27 Andrew Tridgellsigh.
2001-11-27 Jeremy Allisonnsswitch/winbindd_group.c nsswitch/winbindd_user.c...
2001-11-27 Andrew Tridgellreverted incorrect patch
2001-11-27 Andrew Tridgellfixed leak in free_user_info()
2001-11-27 Andrew Tridgellanother memory leak bites the dust
2001-11-27 Andrew Tridgellfixed another memory leak
2001-11-27 Andrew Tridgellprevent a bogus insure wild ptr message
2001-11-27 Andrew Tridgelladded -i option to nmbd, giving interactive mode (like...
2001-11-27 Andrew Tridgellmore memory leak fixes
2001-11-27 Andrew Tridgellunable to open smbpasswd on initial create should only...
2001-11-27 Andrew Tridgellprevent a memory leak of cli structures
2001-11-27 Andrew Tridgellfix sense of lp_allow_trusted_domains()
2001-11-27 Andrew Tridgelldon't try to auto-change the trust password unless...
2001-11-27 Andrew Tridgellautomatically look for /usr/kerberos to make redhat...
2001-11-26 Andrew Tridgelldon't die with a FPE if there are no DCs
2001-11-26 Andrew Tridgellincrement the value not the pointer
2001-11-26 Andrew BartlettFix --enable-developer shadow warning
2001-11-26 Andrew BartlettFix debug
2001-11-26 Andrew BartlettA number of things to clean up the auth subsytem a...
2001-11-26 Andrew Tridgelladd SEC_ADS auth method
2001-11-26 Andrew Tridgellupdated server_role for ADS
2001-11-26 Andrew Bartlettprevent proto from picking up this as a defintion for...
2001-11-26 Tim PotterMore compiler warnings fixed. Some minor reformatting.
2001-11-26 Andrew Tridgellwe can safely give NO_SUCH_USER if the ticket decodes...
2001-11-26 Tim PotterAnother merge from appliance-head: in [ug]id_to_sid...
2001-11-26 Tim Potterchallange -> challenge
2001-11-26 Tim PotterMerge from appliance-head: when creating a default...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Tim Potterdyn_CONFIGFILE fixups.
2001-11-26 Tim PotterFixed compiler warnings and dyn_CONFIGFILE related...
2001-11-26 Andrew BartlettAnd delete domain_client_validate.c...
2001-11-26 Andrew BartlettThis compleats the of the authenticaion subystem into...
2001-11-26 Tim PotterRemoved bogus SAFE_FREE() call of talloced return data...
2001-11-26 Tim PotterIgnore *.po files.
2001-11-26 Tim PotterFixed some indentation.
2001-11-26 Andrew Tridgelluse DEBUG() not d_printf() in libraries
2001-11-26 Andrew Tridgellfixed spnego, non-kerberos negprot
2001-11-25 Tim PotterFixed compiler warning.
2001-11-25 Andrew Tridgelladded 'security=ADS'
2001-11-25 Volker LendeckeMinor typos
2001-11-25 Volker LendeckeDon't close tdb twice.
2001-11-25 Andrew Tridgellportability fixes
2001-11-25 Andrew Tridgellfixed typo
2001-11-25 Andrew Tridgelladd popt build dependency
2001-11-25 Andrew Tridgellmove popt out of proto objs
2001-11-25 Andrew Tridgelladded HAVE_LDAP_H check
2001-11-25 Andrew Tridgellcheck for liblber separately
2001-11-25 Jeremy Allison#ifdefed DMF fix so not compiled by default. We need...
2001-11-25 Jeremy AllisonUse "password server" for searching for BDC's also...
2001-11-25 Andrew BartlettAdd the PDC end of the smbtorture test for creating...
2001-11-25 Andrew Bartlettoops, I forgot to include the header file
2001-11-25 Andrew BartlettAdd a new torture test to extract a NT->DOS error map...
2001-11-25 Andrew BartlettUnless the error is exactly NT_STATUS_OK, we might...
2001-11-25 Jeremy AllisonI think this is a fix for the "out of space" errors...
2001-11-25 Andrew BartlettFix ./configure --enable-developer warnings (shadow...
2001-11-25 Andrew Tridgellbetter help
2001-11-25 Andrew Tridgelluse generate_random_str()
2001-11-25 Andrew Tridgelladded "net ads user" and "net ads group" commands
2001-11-25 Andrew Tridgelladded "net ads status" command
2001-11-25 Andrew Tridgellmade a "net ads" command, currently with "net ads join...
2001-11-25 Andrew Tridgellstop popt from doing its own intl stuff
2001-11-25 Andrew Tridgellbetter auto-selection of realm and ldap server
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-24 Andrew Tridgellremoved unused function
2001-11-24 Andrew Tridgellrewrote net.c
2001-11-24 Andrew BartlettAnd add the winbind module I missed in the last run.
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-24 Jean-François Mico... added lsaenumprivsaccount and lsalookupprivvalue to...
2001-11-23 Jeremy AllisonSorry. I broke the build, missed on open_directory...
2001-11-23 Jean-François Mico... return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManag...
2001-11-23 Jean-François Mico... Changed how the privileges are stored in the group...
2001-11-23 Jeremy AllisonFixed delete on close bug. Added core dump code to...
2001-11-23 Jeremy AllisonSet type to NOTUSED if lookup fail.
2001-11-23 Andrew BartlettUpdate some of the error mapping, based on on-the-wire...
2001-11-23 Tim PotterFinally worked out why a enumerate trusted domains...
2001-11-23 Tim PotterAdded constants and error message for dos error code...
2001-11-23 Martin PoolReference about SIDs from tpot.
2001-11-23 Martin PoolMore better now.
2001-11-23 Tim PotterGot rid of that stupid parse_domain_user() warning...
2001-11-23 Martin PoolQuieten gcc const warning.
2001-11-23 Martin PoolFinish 1.45 by removing redundant sid->string conversion in
2001-11-23 Martin PoolI think you were passing the name of the SID, rather...
2001-11-23 Tim PotterDon't initialise static pointers to NULL.
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-23 Tim PotterFixed check machine account function.
2001-11-23 Tim PotterIgnore *.po files.
2001-11-22 Jean-François Mico... added lsa_enum_sids to rpcclient
2001-11-22 Tim PotterRemoved unused variable.
2001-11-22 Tim PotterOops - opening wrong pipe name in cli_lsa_initialise...
2001-11-22 Jean-François Mico... fixing enum_privs and get_dispname server code.
2001-11-22 Jean-François Mico... add another command to rpcclient: getdispname. Show...
2001-11-22 Jean-François Mico... add a command to rpcclient: enumprivs
next