Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). There
[jra/samba/.git] / source3 /
2001-12-21 Jeremy AllisonUse pdb_free_sam() to free a SAM_ACCOUNT struct, not...
2001-12-21 Jean-François Mico... added all level to samr_query_disp_info rpcclient side.
2001-12-21 Jean-François Mico... re-done all of samr_query_disp_info()
2001-12-21 Jean-François Mico... put back the -l option to rpcclient.
2001-12-21 Andrew Tridgell- handle kerberos session setup reply with broken null...
2001-12-21 Andrew Tridgelltry to handle end of packet for not null terminated...
2001-12-21 Andrew Tridgellupdated ldap test to test for less common function
2001-12-21 Andrew Tridgellfixed a typo in vsyslog()
2001-12-21 Herb Lewisremove duplicate lines
2001-12-21 Martin Poolsmbcontrol in non-interactive mode was returning True...
2001-12-21 Martin PoolAdd option to pass NULL max_replies to wait_for_replies...
2001-12-21 Martin PoolAdd code to send MSG_REQ_POOL_USAGE. (smbd doesn't...
2001-12-21 Tim PotterAppend to log.winbindd instead of overwriting it so...
2001-12-21 Tim PotterFix for null command description in rpcclient help...
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-12-21 Martin PoolFactor out a broadcast_printer_notify() routine.
2001-12-21 Martin PoolAdd MSG_REQ_POOL_USAGE to get memory usage info.
2001-12-20 Samba Release Accountpreparing for release of 3.0-alpha12
2001-12-20 Andrew Tridgelllp_setup_logfile() doesn't exist any more
2001-12-20 Andrew Tridgellcheck for a winbindd username when doing a kerberos...
2001-12-20 Andrew Tridgellmake sure we store the domain sid when joining a ADS...
2001-12-20 Andrew Tridgelladded ads_domain_sid() function
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-20 Jeremy AllisonSetup global_myworkgroup. Needed for secrets fetch...
2001-12-20 Gerald Cartermerge from 2.2
2001-12-20 Samba Release Accountpreparing for release of 3.0-alpha11
2001-12-20 Andrew Tridgellfixed more warnings on irix
2001-12-20 Andrew Tridgellfixed warnings on irix and crash bug on big endian...
2001-12-20 Andrew Tridgellfixed sscanf() of gid_t values
2001-12-20 Andrew Tridgelldon't use server_info after its been freed
2001-12-20 Andrew Tridgellsupport "map to guest" with spnego
2001-12-20 Andrew Tridgellforgot to commit this file from remus
2001-12-20 Andrew Tridgelladded net lookup command
2001-12-20 Martin PoolIgnore torture.tdb
2001-12-20 Andrew Tridgellnet now sends its debug to stderr so its output can...
2001-12-20 Andrew Tridgellfixed long filenames on win98
2001-12-20 Andrew Tridgellmuch better auto-init of valid_table[]. This should...
2001-12-20 Tim PotterGrr - numbers printed in hexadecimal should be preceede...
2001-12-20 Tim PotterAdded some comments showing hex values of some constants.
2001-12-20 Andrew Tridgellmark '.' as a valid character
2001-12-20 Martin PoolAdd --enable-dmalloc to link against the dmalloc malloc...
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
2001-12-19 Jeremy AllisonAdded AC_CHECK_FUNCS(syslog vsyslog).
2001-12-19 Jeremy AllisonAllow ACL set to fail gracefully on HP HFS filesystems.
2001-12-19 Andrew Tridgelluse "ads server" option if set for primary domain
2001-12-19 Samba Release Accountpreparing for release of 3.0-alpha10
2001-12-19 Andrew Tridgelladd support for mixtures of ADS/NT4 domains, as long...
2001-12-19 Andrew Tridgellmuch better ADS error handling system
2001-12-19 Andrew Tridgellwe only have gss_ fns on a krb5 capable box
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-19 Andrew Tridgell- added initial support for trusted domains in winbindd_ads
2001-12-19 Andrew Tridgellbetter nsstest error checking
2001-12-19 Andrew Tridgellfixed sid_compare_domain()
2001-12-19 Martin PoolUse less memory, but scribble all over it, just in...
2001-12-19 Martin PoolDoc how to reply to messages.
2001-12-19 Martin PoolMake TALLOC_CTX and talloc_chunk private to talloc.c.
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolPut PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
2001-12-19 Martin PoolDoc.
2001-12-19 Martin PoolStart adding some debugging features to talloc based...
2001-12-19 Martin PoolAdd a very trivial talloc torture program, bin/tallocto...
2001-12-19 Jeremy AllisonFix for extra capabilities from Urban Widmark <urban...
2001-12-19 Jeremy AllisonPatch from dan_thibadeau@hp.com to allow domain set...
2001-12-19 Jean-François Mico... added info level 1 to samr_query_alias()
2001-12-18 Jeremy AllisonFixup JF's weird SID return :-).
2001-12-18 Jeremy AllisonTidyup utmp code to cope with hostname = NULL.
2001-12-18 Andrew Tridgellfixed handling of empty or dead domain in wbinfo -g
2001-12-18 Tim PotterA fix to override the location of a user's home directo...
2001-12-18 Tim PotterFixed uninitialised variable warning.
2001-12-18 Tim PotterRemoved unused function, delete_fn()
2001-12-18 Tim PotterFixed bad args to debug statements.
2001-12-18 Jeremy AllisonI'm pretty sure we need to return our netbios name...
2001-12-18 Jeremy AllisonReturn NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if...
2001-12-18 Jeremy AllisonFixed the bug with descending into mangled directories.
2001-12-18 Jean-François Mico... in lsa_query_info at level 5 in member mode, we must...
2001-12-18 Jean-François Mico... fixing bug I introduced.
2001-12-18 Jean-François Mico... initialise strings
2001-12-17 Jean-François Mico... there is no unknown field in LSA_SEC_QOS
2001-12-17 Jean-François Mico... tidy up debug
2001-12-17 Jeremy AllisonMade "hide unreadable" work much more reliably (just...
2001-12-17 Jim McDonoughmake sure we pass the lm and nt data in the right order...
2001-12-17 Andrew Tridgellallow selection of the organisational unit when joining...
2001-12-17 Andrew Tridgellobey "use mmap" on case tables
2001-12-17 Andrew Tridgellremoved unused variable
2001-12-17 Tim PotterReplaced some hardcoded hex numbers with constants.
2001-12-17 Tim PotterAdded some constants for registry data types.
2001-12-16 Jeremy AllisonMoved fchown_acl change to the point where we *really...
2001-12-16 Jeremy AllisonEnsured filetimes set (by name) after close. Ignore...
2001-12-15 Jeremy AllisonAllow HPUX to link with new ACL code.
2001-12-15 Jeremy AllisonAdded HPUX ACL code.
2001-12-14 Jeremy AllisonAdded the group enum code from 2.2
2001-12-14 Jim McDonoughIf domain SID can't be fetched, we shouldn't return...
2001-12-14 Gerald CarterChangeID fixe from APPLIANCE_HEAD
2001-12-14 Simo SorceI see no reasons why we should limit username lenght...
2001-12-14 Jean-François Mico... add lsa_query_secobj server code. level 4 is the ACL...
2001-12-14 Jeremy AllisonUpdated Solaris link options from DaveCB.
2001-12-14 Jean-François Mico... Rafal (mimir) patch for trusts r.
2001-12-14 Tim PotterFALSE -> False
2001-12-14 Tim PotterDisplay a nice error message if the user%password speci...
next