sync with 2.2. tree
[amitay/samba.git] / source3 /
2000-10-11 Herb Lewissync with 2.2. tree
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-10-11 Tim PotterModified initgroups to provide a get groups a user...
2000-10-11 Tim PotterDon't initialise groups twice.
2000-10-11 Tim PotterRemove duplicate group initialisation function.
2000-10-11 Jeremy AllisonFix to avoid calling getgrgid for no reason.
2000-10-11 Jeremy AllisonFix for growing printing.tdb by adding check on job...
2000-10-11 Jeremy AllisonRemove lpq as root fix - do this in print_job_start...
2000-10-10 Jeremy AllisonFixes to periodically scan printing.tdb in idle time...
2000-10-10 Jeremy AllisonFix found by Andrew to stop local/remote printers being
2000-10-10 Jeremy AllisonFixed Realloc memory fragmentation problems.
2000-10-10 Jeremy AllisonFixed nasty size wrong bug spotted by the eagle eyes of
2000-10-10 Jeremy AllisonAdded debug so we can see how winbindd converts SIDS.
2000-10-10 Jean-François Mico... a netlogon enum trust query doesn't have a function_cod...
2000-10-10 Andrew Tridgellgot rid of tdb_writelock() and instead lock a chain...
2000-10-10 Andrew Tridgelladded tdb_lock_bystring() and tdb_unlock_bystring()
2000-10-10 Andrew Tridgelldon't use gets() !
2000-10-09 John TerpstraFixes to allow wins.c to compile to allow building...
2000-10-09 Jean-François Mico... I introduced a bug in my last commits. Hopefully nobody...
2000-10-09 Jeremy AllisonMissing conn parameter missed in vfs rewrite.
2000-10-08 Jeremy Allisonsys_popen got damaged when converted from FILE * to...
2000-10-07 Jean-François Mico... more cleanup of samr
2000-10-07 Jean-François Mico... added samr_set_user_info and info_2.
2000-10-07 Jeremy AllisonEnsure browse.dat is written and read in UNIX character...
2000-10-07 Jeremy AllisonIntegrated support for NT and OS/2 lpq parsing. Code...
2000-10-07 Jeremy AllisonFix for yp_get_default_domain from Neil Hoggarth <neil...
2000-10-06 Jeremy AllisonFix for printf attribute from Mattias Gronlund <Mattias...
2000-10-06 Jeremy AllisonAdded Herb's fixes to HEAD.
2000-10-06 Jeremy AllisonFix from RFritz@lbl.gov for Linux ECONREFUSED async...
2000-10-06 Jeremy AllisonPrint socket options - patch from Dave Collier-Brown...
2000-10-06 Jeremy AllisonFixed error return messages needed for NTTrans CreateDi...
2000-10-06 Jeremy AllisonProto update. Also fix from John Reilly @ HP for not...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Tim Potterglobal_myname is actually a pstring.
2000-10-06 Jeremy AllisonInlined many of the vfs_XXX calls as macros for speed.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-05 Jeremy AllisonFix for null passwords being allowed bug.
2000-10-05 Jeremy AllisonFixes from Damian at Cisco to tidy up some tdbtool...
2000-10-05 Jeremy AllisonVector get_nt_acl/set_nt_acl via vfs. POSIX ACL support...
2000-10-05 Jeremy AllisonHerb's fixes for profiling & compiler warnings.
2000-10-05 Jean-François Mico... someone forgot to update proto.h :-)
2000-10-05 Jean-François Mico... fixing prs_unistr2(). For the special case of an empty...
2000-10-05 Tim PotterSpelling flames. (-:
2000-10-05 Tim PotterAdded uid and gid to push_sec_ctx() debug.
2000-10-05 Tim PotterFixed compiler warnings.
2000-10-04 Jeremy AllisonMade re-init of stat cache explicit rather than being...
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-10-03 Jeremy AllisonFixes for the fact that UNICODE sizes are no always...
2000-10-03 Jeremy AllisonFixes from Herb - compiler warnings.
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
2000-10-02 Jeremy AllisonMemleak fix for cache code.
2000-10-02 Jeremy AllisonAdded debug so if zero length messages get sent we...
2000-09-29 Jeremy AllisonMissing null termination on printer changenotify messag...
2000-09-29 Jeremy Allisonutils/smbcontrol.c: Fixes from Herb for interactive...
2000-09-29 Andrew Tridgellnew prototypes
2000-09-29 Andrew Tridgelladded a hack to get 64 bit locking working with the...
2000-09-29 Andrew Tridgelluse the 64 bit locking interface in locktest
2000-09-29 Andrew Tridgellfixed a harmess mixup of bitops and a boolean
2000-09-29 Andrew Tridgelladded cli_lock64() and cli_unlock64()
2000-09-28 Jeremy AllisonFix from John Reilly for forms ordering problems.
2000-09-28 Jeremy AllisonRemoved a line by mistake...
2000-09-28 Jeremy AllisonAdded comment on JF's new code. Removed ifdef in passdb...
2000-09-28 Jean-François Mico... fixed samr_create_user(). we now correctly parse the...
2000-09-28 Tim PotterRemoved annoying unecessary debug message.
2000-09-27 Jeremy AllisonFixed stupid introduced bug found by "Jim McDonough...
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-09-27 Jean-François Mico... samr unknown 0x32 is in fact samr create user.
2000-09-27 Jean-François Mico... ignore smbcontrol in bin directory
2000-09-26 Herb Lewisfix for IRIX 6.2 compiler error
2000-09-26 Herb Lewisfix for IRIX compiler error messages
2000-09-26 Herb Lewisfixed IRIX compiller error message
2000-09-26 Jean-François Mico... broadcast printer notify message to all clients. We...
2000-09-26 Luke Leightonadded NEGNOWAIT. sent to secure@microsoft.com
2000-09-26 Jeremy AllisonChanges from John Reilly to add a parameter "show add...
2000-09-25 Jean-François Mico... printer notify code.
2000-09-21 Jeremy AllisonOptimization (noticed by bloody Andrew :-) to stop...
2000-09-21 Jeremy AllisonAdding fix from Jim Vopni <jimv@metrics.com> to ensure...
2000-09-20 Jeremy AllisonSome code moved back from TNG - updates to LSA stuff...
2000-09-20 Jeremy AllisonFix to allow a timestamp of zero to cause an instantane...
2000-09-19 Jeremy Allisonparam/loadparm.c: Fix based on Damian's code to stop...
2000-09-18 Tim PotterModified test.h generator to return error if structure...
2000-09-18 Tim PotterRemoved emacs backup file from repository.
2000-09-16 Jean-François Mico... in a printer_info_6, driver version is 64 bits long...
2000-09-15 Jeremy AllisonFixes from JF as I didn't understand the string array...
2000-09-15 Jeremy AllisonMove towards getting W2k p&p to upload NT4.x drivers...
2000-09-14 Gerald Carterfixed typo
2000-09-13 Jeremy AllisonEnsure old DACL and SACL are preserved if the new SD...
2000-09-13 Jeremy AllisonAdded SIGHUP when printer deleted as well as added.
2000-09-13 Andrew Tridgelldon't show equivalent enum options in swat
2000-09-13 Andrew Tridgellfirst cut at smbcontrol program. It currently allows...
2000-09-13 Tim PotterWhen creating a print job entry for the printing backen...
2000-09-13 Jeremy AllisonAdded time check test before allowing print job.
2000-09-13 Tim PotterAdded missing break statement for manage documents...
2000-09-12 Jeremy AllisonFix for enumjobs infor level 2 which caused smbd to...
2000-09-12 Jeremy AllisonFixed error return when printer is PAUSED - should...
2000-09-12 Jeremy AllisonWith John Reilly help tracking it down - fixed a *nasty...
2000-09-12 Gerald Carterspoolgetprinterdriver now returns "Windows NT x86"...
2000-09-12 Andrew Tridgellfixed a race in the pipe() setup in sys_select()
2000-09-12 Andrew Tridgell- fixed some memory leaks in the messages code
2000-09-12 Andrew Tridgell- changed the msg_type to be an int instead of an enum...
next