samba.git
2003-06-11 John TerpstraAn update long overdue. Please edit this further guys.
2003-06-10 Jeremy AllisonAdd in rety loop for query_user_list (from APP_HEAD...
2003-06-10 Jelmer VernooijHandle <contrib> when generating attributions page
2003-06-10 Jelmer VernooijAdd authors
2003-06-10 Jelmer VernooijFix 2 typos (reported by Marc Groot Koerkamp <marc...
2003-06-10 Jelmer VernooijDon't segfault when -b is specified (fixes debian bug...
2003-06-10 Jeremy AllisonOk, I've tried being Mr. Nice Guy and people (you know...
2003-06-10 Richard SharpeMore updates on editreg.c to bring it better in line...
2003-06-10 Andrew Tridgellremoved editreg from standard build until it is portabl...
2003-06-10 Andrew Tridgellfixed libsmb code to set correct timeout in cli_state...
2003-06-10 Andrew Tridgellfixed smbtorture LOCK1 test to know about the correct...
2003-06-10 Andrew Tridgelluse lp_realm() to find the default realm for 'net ads...
2003-06-10 Andrew Tridgell- fixed the bug that forced us not to use the winbindd...
2003-06-10 Andrew Tridgelluse ZERO_STRUCT() instead of memset
2003-06-10 Andrew Tridgelladded an auth flag that indicates if we should be allow...
2003-06-10 Andrew Tridgelldon't call a function error_message() as that conflicts...
2003-06-10 Andrew Tridgellwhen creating aliased parameters in loadparm.c you...
2003-06-10 Jeremy AllisonMore instrumentation for winbindd.
2003-06-10 Jeremy AllisonInstrument cache with debug statements so I can have...
2003-06-09 Jeremy AllisonAdd some basic DEBUG statements at level 10 so we can...
2003-06-09 Jeremy AllisonFix for crash bug noticed by Luke Howard | PADL Softwar...
2003-06-09 Alexander BokovoyUpdate WHATSNEW.txt with information from release branch
2003-06-09 Andrew Tridgellapplied patch from bug#140
2003-06-08 Eloy ParisDebian updates.
2003-06-08 Andrew BartlettFix some memory leaks and extra cache startups/shutdown...
2003-06-08 Andrew BartlettEnforce 'client plaintext auth', 'client lanman auth...
2003-06-08 Andrew BartlettMake sure that we use schannel (if configured) when...
2003-06-08 Andrew BartlettRework our smb signing code again, this factors out...
2003-06-07 Gerald Carterbumping cvs version number to distinguish between SAMBA...
2003-06-07 Gerald Carteradd back the winbind uid/gid parameter but mark them...
2003-06-07 Andrew BartlettTry to fix memory leaks found by valgrind in pdb_ldap...
2003-06-07 Andrew BartlettDon't assume that the SAM knows the unix home directory...
2003-06-07 Herb Lewisfix up a couple paths
2003-06-07 Andrew Tridgellchanged 'winbind uid' to 'idmap uid' in build farm...
2003-06-06 Herb Lewisget rid of IRIX o32 builds - some libraries (kerberos...
2003-06-06 Herb Lewisremove o32 targets for IRIX. kerberos and ldap librarie...
2003-06-06 Gerald Carterapplying David Lee's climessage patch to make sending...
2003-06-06 Gerald CarterpMandrake/samba2.spec.tmplackaging updates (Buchan)
2003-06-06 Herb Lewismake this work for older version of perl
2003-06-06 Gerald Cartersupport LDAP_EXOP_MODIFY_PASSWORD (not experiemental...
2003-06-06 Gerald Carter* add in David Lee's utmp patch (defaults to on if...
2003-06-06 Herb Lewisget rid of warning about malformed if in Makefile
2003-06-06 Gerald Carterremove yet aother RCS tag
2003-06-06 Gerald Carterfix build on systems w/o LDAP libs
2003-06-06 Eloy ParisFixing Debian-specific patches so they apply cleanly.
2003-06-06 Herb Lewisdelete extra PASSDBLIB at beginning
2003-06-06 Gerald Carterupdates for RedHat packaging
2003-06-06 Jelmer Vernooij- Regenerate docs
2003-06-06 Herb Lewispdbedit needs PASSDBLIBS
2003-06-06 Gerald Cartercompile error
2003-06-06 Gerald Cartersyncing RCS tag removal from 3.0 release tree
2003-06-06 Gerald Carterremoving RCS tags
2003-06-06 Gerald Cartermerge from APP_HEAD. Push negative connection cache
2003-06-06 Gerald Carter* break out more common code used between pdb_ldap...
2003-06-06 Andrew TridgellSMBlockingX timeouts are in units of 2 milliseconds...
2003-06-06 Andrew BartlettNo matter how special this session key is, it's not...
2003-06-06 Jeremy AllisonFix for valgrind - when doing a srvstr_push we must...
2003-06-06 Jeremy AllisonMake skeleton VFSs compile with new EA modules.
2003-06-06 Jeremy AllisonFixup of typos.
2003-06-06 Jelmer VernooijUse filedes as first argument to fsetxattr, not the...
2003-06-06 John TerpstraMore Edits from Vance Lankhaar.
2003-06-06 Jeremy Allisonmetze noticed some conn elements remaining in a VFS_NEXT.
2003-06-06 Jeremy AllisonFix for VFS_NEXT xattr calls (from metze). I will add...
2003-06-06 Andrew Tridgell2 more places where win2003 forces UCS2
2003-06-06 Andrew Tridgell- the ALL_INFO trans2 QFILEINFO level uses a forced...
2003-06-06 Andrew Tridgellmake the allocation_size consistent between trans2...
2003-06-06 Andrew Tridgellfixed a pstrcpy() that is not on a pstring
2003-06-06 Andrew Tridgell- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to...
2003-06-06 Jeremy AllisonFixup the check for attr libraries, used ',' instead...
2003-06-06 Andrew Tridgellfixed the string alignment of the QUERY_EA_SIZE trans2...
2003-06-06 Andrew Tridgellfixed the layout of the FULL_DIRECTORY_INFO trans2...
2003-06-06 Andrew Tridgellremoved the 'valgrind fix' that (although it may well...
2003-06-06 Jeremy AllisonMissed (name) arg in fgetxattr.
2003-06-06 Jeremy AllisonAdded EA operations to VFS layer.
2003-06-05 Jelmer VernooijFix the building of the docs in all formats:
2003-06-05 Eloy ParisAdjusting Debian patches so they apply cleanly.
2003-06-05 Jeremy AllisonGet ready for EA code... Add Linux interface.
2003-06-05 Jelmer VernooijENCRYPTION.txt has been merged into the HOWTO Collection
2003-06-05 Jelmer VernooijFix broken URL's
2003-06-05 Jelmer VernooijFix smb.conf build
2003-06-05 John TerpstraAdding Kurt Pfiefle's new CUPS docs and Vance Lankhaar...
2003-06-05 Jeremy AllisonNever second guess tridge.... (always talloc an interna...
2003-06-05 Gerald Carterworking draft of the idmap_ldap code.
2003-06-05 Jelmer Vernooij@$(@XSLTPROC) -> @$(XSLTPROC). Caught by Vance Lankhaar.
2003-06-04 Jelmer VernooijAdd an attributions page to the Developers Guide as...
2003-06-04 Jelmer VernooijEach <link> element should have either 'content' or...
2003-06-04 Jelmer VernooijMore minor syntax fixes
2003-06-04 Jelmer Vernooij<strong> is not a valid tag.
2003-06-04 Jelmer VernooijFix XML syntax
2003-06-04 Jelmer VernooijSome language and XML syntax fixes.
2003-06-04 Jelmer VernooijAdd some static. Patch by Stefan Metzmacher <metze...
2003-06-04 John TerpstraFix typos reported by Paul Eggleton <paule@cjntech...
2003-06-04 Alexander BokovoyMove VFS example skel.c to two different examples:...
2003-06-04 Alexander BokovoyFirst version of VFS API developers documentation....
2003-06-04 Alexander BokovoyFix compiler warnings for vfstest. Patch from Stefan...
2003-06-04 Alexander BokovoySync VFS API changes for vfs_nt_*get_acl. Patch from...
2003-06-04 Jeremy AllisonFix for previous checkin. Only use talloc on unmarshall...
2003-06-04 Andrew Tridgellfixed the termination of several trans2 strings
2003-06-04 Andrew Tridgellshouldn't null terminate trans2 qfileinfo all_info...
2003-06-04 Andrew Tridgellfixed the arbitrary 256 limit on the size of aliases...
next