tprouty/samba.git
2007-10-10 Gerald Carterr6158: fix some misleading error messages
2007-10-10 Derrell Lipmanr6157: 'editorial changes' to example code
2007-10-10 Derrell Lipmanr6156: Fixes bug #2543. Properly cache anonmous userna...
2007-10-10 Derrell Lipmanr6155: Fixes bug #1133
2007-10-10 Gerald Carterr6154: fix winbindd <-> Windows 2003 sp1 issue.
2007-10-10 Jeremy Allisonr6152: Correctly check OpenX open modes.
2007-10-10 Derrell Lipmanr6151: additional examples/tests for libsmbclient
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Jeremy Allisonr6146: Added OS/2 EA support in trans2_open and trans2_...
2007-10-10 Jeremy Allisonr6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir...
2007-10-10 Jeremy Allisonr6138: Refactor length reading out of EA code so we...
2007-10-10 Derrell Lipmanr6127: Eliminated all compiler warnings pertaining...
2007-10-10 Derrell Lipmanr6126: added utility for testing smbc_stat()
2007-10-10 Derrell Lipmanr6125: smbc_stat() returned incorrect timestamps IFF...
2007-10-10 Jeremy Allisonr6124: Fix for bug #2242 from Tom Lackemann <cessnatomn...
2007-10-10 Jeremy Allisonr6122: Added "hack" fix for broken SMB_INFO_VOLUME...
2007-10-10 Jeremy Allisonr6120: Added "volume" command to smbclient that prints...
2007-10-10 Günther Deschnerr6117: Close handles after group-creation as well.
2007-10-10 Simo Sorcer6116: update debian changelog
2007-10-10 Volker Lendecker6110: Close handles on user creation. This allows...
2007-10-10 Derrell Lipmanr6108: Added smbsh/smbwrapper for Linux to example...
2007-10-10 Jeremy Allisonr6106: Fix bug #2551. It turns out that the incoming...
2007-10-10 Jeremy Allisonr6104: Update dos filetimes to default yes for Office...
2007-10-10 Steve Frenchr6103: Update list of mount options for mount.cifs
2007-10-10 Derrell Lipmanr6102: add support for opening a file for write with...
2007-10-10 Jeremy Allisonr6092: This much const causes the compiler on Fedora...
2007-10-10 Jeremy Allisonr6090: Patch to fix sys_select so it can't drop signals...
2007-10-10 Jeremy Allisonr6082: Fix for bugid #2541. Fixes from Guenter Kukkukk...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
2007-10-10 Gerald Carterr6071: * clean up UNISTR2_ARRAY ( really just an array...
2007-10-10 Jeremy Allisonr6069: Fix for bug #2541. Ensure we recognise LANMAN2...
2007-10-10 Jeremy Allisonr6067: Patch from Marcel Müller <mueller@maazl.de>...
2007-10-10 Jeremy Allisonr6063: Fix for bug #2533 - ensure SMBsearch unsets...
2007-10-10 Gerald Carterr6062: work around autoconf setting the CFLAGS="-g...
2007-10-10 Jeremy Allisonr6060: It's not quite accurate to say not having write...
2007-10-10 Jeremy Allisonr6057: Don't put the assert in the wrong place :-).
2007-10-10 Jeremy Allisonr6055: Fix algorithm. If any of the primary or suppleme...
2007-10-10 Jeremy Allisonr6053: Fixup dfs path with the new wildcard parser...
2007-10-10 Gerald Carterr6051: finish off
2007-10-10 Jeremy Allisonr6049: Ensure "dos filetime" checks file ACLs correctly...
2007-10-10 Jeremy Allisonr6048: Split out the check_path_syntax into a findfirst...
2007-10-10 Gerald Carterr6046: $ net -S block -U % -W VALE rpc service status...
2007-10-10 Jeremy Allisonr6044: Ensure the old search calls always ask mask_matc...
2007-10-10 Gerald Carterr6041: cleaning up output from 'rpc service list'
2007-10-10 Gerald Carterr6040: finish out 'net rpc service list'
2007-10-10 Gerald Carterr6039: add CLI_DO_RPC macro for cookie cutter code...
2007-10-10 Gerald Carterr6038: adding more flesh to 'net rpc service'
2007-10-10 Gerald Carterr6037: little cleanup of unused vars and unnecessary...
2007-10-10 Gerald Carterr6036: patch from Lin Li <linl@xandros.com> to ensure...
2007-10-10 Simo Sorcer6034: Check only once
2007-10-10 Gerald Carterr6029: adding files necessary to support 'net rpc servi...
2007-10-10 Jeremy Allisonr6022: Fix for bug #2533. Incorrect dir listings from...
2007-10-10 Jeremy Allisonr6020: Never do NT status codes with protocols before...
2007-10-10 Simo Sorcer6016: Give access only to root and Domain Users
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Jeremy Allisonr6009: Add privillage check for SE_DISK_OP (is this...
2007-10-10 Simo Sorcer6004: Let's make server manager able to kill a user...
2007-10-10 Jeremy Allisonr6001: Oops. Checing the wrong tagtype - should have...
2007-10-10 Gerald Carterr5994: proper fix for smbclient and win98 file servers...
2007-10-10 Gerald Carterr5993: compiler warning fix
2007-10-10 Jeremy Allisonr5991: Fixup last entry offset correctly for level...
2007-10-10 Jeremy Allisonr5981: Hack to fix DFS code to work with Win98 server...
2007-10-10 Jeremy Allisonr5979: Don't crash when talking to a Win98 server ...
2007-10-10 Jeremy Allisonr5975: Re-arrange code and comments to make more sense.
2007-10-10 Jeremy Allisonr5973: Fix up overwrite of last 2 bytes on clilist...
2007-10-10 Günther Deschnerr5971: Check for the correct cli-struct when copying...
2007-10-10 Jeremy Allisonr5970: Fix old bug where ff_searchcount was being compa...
2007-10-10 Gerald Carterr5968: derrell's large file fix for libsmbclient (BUG...
2007-10-10 Jeremy Allisonr5967: Fix typo bug where flags overwrote info level.
2007-10-10 Jim McDonoughr5965: Apply Volker's patch for "ldapsam trusted =...
2007-10-10 Gerald Carterr5961: final round of compiler warning fixes based...
2007-10-10 Jeremy Allisonr5960: Integer wrap paranoia when reading EA buffers.
2007-10-10 Gerald Carterr5958: BUG 1843: patch from james peach to fix quotas...
2007-10-10 Gerald Carterr5957: BUGS 2478, 2093: compiler warning patches from...
2007-10-10 Gerald Carterr5956: more compile warngin fixes from the Mr. Mader
2007-10-10 Gerald Carterr5955: BUG 2517: use the realm from smb.conf for 'net...
2007-10-10 Günther Deschnerr5954: Fix some compiler warnings and add missing exclu...
2007-10-10 Gerald Carterr5953: more compiler cleanups; moved SID_LIST from...
2007-10-10 Gerald Carterr5952: BUG 2469: patch from Jason Mader to cleanup...
2007-10-10 Gerald Carterr5951: gotta love that SGI compiler :-) (thanks Jason)
2007-10-10 Gerald Carterr5950: more compiler warning's from Jason Mader
2007-10-10 Gerald Carterr5948: more compile cleanups from Jason Mader
2007-10-10 Gerald Carterr5946: BUG 2497: fix bug in rpcclient's deletedriverex...
2007-10-10 Gerald Carterr5945: BUG 2516: fix compile issue on True64
2007-10-10 Gerald Carterr5944: cleaning up compiler warnings reported by Jason...
2007-10-10 Gerald Carterr5943: remove unneccessary se_priv_copy()
2007-10-10 Jeremy Allisonr5936: Fix bugs in earlier work in progress commit...
2007-10-10 Jeremy Allisonr5933: We were handling setting of EA's incorrectly...
2007-10-10 Jim McDonoughr5927: Fix ldapsam trusted enum_group_members. We...
2007-10-10 Gerald Carterr5926: setting version to 3.0.14pre1-svn
2007-10-10 Jeremy Allisonr5922: Fix for NASTY NASTY bug #2501. All my fault...
2007-10-10 John Terpstrar5918: Fix typo.
2007-10-10 Tim Potterr5916: Only one C++ guard is necessary, not one around...
2007-10-10 Jelmer Vernooijr5915: Remove --with-manpages-languages= from configure...
2007-10-10 Simo Sorcer5912: - Enhance net rpc rights utility
2007-10-10 Volker Lendecker5910: Partial fix for bug 2438. I'll leave the debug...
2007-10-10 Tim Potterr5909: Remove some unecessary casts. Patch from Jason...
2007-10-10 Jeremy Allisonr5907: Fix compile warning noticed by Jason Mader ...
2007-10-10 Volker Lendecker5905: Fix two warnings found by AIX. They might actual...
2007-10-10 Steve Frenchr5897: Fix domain name parsing for cifs mount util
next