Fix Coverity ID 504
[jra/samba/.git] / source / web /
2008-03-12 Michael Adamloadparm: add convenience wrapper lp_kill_all_services()
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckestrtok -> strtok_r
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-10 Volker LendeckeTiny simplifications
2007-12-07 Jeremy AllisonWe don't need P_GSTRING or P_UGSTRING anymore.
2007-12-05 Volker LendeckeRemove some globals
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-11-23 Volker LendeckeMake remote_password_change return malloced error strings
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-22 Jeremy AllisonRemove pstrings from pam_smbpass - make local_password_...
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Jeremy AllisonAdd const to the get_peer_addr() and get_socket_addr()
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Günther Deschnerr24781: Fix build warning.
2007-10-10 Volker Lendecker24701: Fix the swat build
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23554: Fix bug #4711 by makeing cli_connect return...
2007-10-10 Volker Lendecker23171: Convert connections.tdb to dbwrap
2007-10-10 Volker Lendecker22761: This introduces lib/conn_tdb.c with two main...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr22282: Fix last few name -> servicename changes.
2007-10-10 Volker Lendecker21784: Replace smb_register_idle_event() with event_ad...
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Jeremy Allisonr17873: Fix possible null deref found by Stanford checker.
2007-10-10 Volker Lendecker17177: Get rid of a global variable by adding a privat...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16597: Klocwork #2006. Fix possible null deref.
2007-10-10 Jeremy Allisonr16435: Add in the uid info that Jerry needs into the
2007-10-10 Jeremy Allisonr16426: Klocwork #1544, #1545, #1546, #1549, #1550...
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Deryck Hodger15465: Fix segfault in SWAT.
2007-10-10 Stefan Metzmacherr14618: add --no-process-group to all server programms
2007-10-10 James Peachr14255: Revert r14204 which was horribly broken.
2007-10-10 James Peachr14204: Remove the basically unused P_GSTRING and P_UGS...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13383: pulling in swat-welcome patch from SuSE packaging
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13262: Arrgggg. Fix smbstatus and swat status to ignore
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Jeremy Allisonr13140: Fix swat - make sure it can list running servic...
2007-10-10 Jeremy Allisonr12522: Try and fix bug #2926 by removing setlocale...
2007-10-10 Gerald Carterr12393: cleaning up swat bugs. *no one* tests swat...
2007-10-10 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9790: remove 'set but not used' variables (reported...
2007-10-10 Gerald Carterr9266: fix help links in swat editor after doc layout...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Deryck Hodger6959: Meant to fix this before commiting, just to...
2007-10-10 Deryck Hodger6958: Properly display quotes in SWAT. Thanks to Jay
2007-10-10 Deryck Hodger6395: Fix for Bug 2137, from Jay Fenlason <fenlason...
2007-10-10 Volker Lendecker6281: Fix the build for FreeBSD 4 -- no winbind
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Deryck Hodger5179: Add -P (password-menu-only) option to swat....
2007-10-10 Jeremy Allisonr4577: Fix from William Jojo <jojowil@hvcc.edu> for...
2007-10-10 Jeremy Allisonr4369: Patch for bug #2190 (SWAT displaying parameters...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Tim Potterr2835: Since we always have -I. and -I$(srcdir) in...
2007-10-10 Günther Deschnerr2771: Second (and last) part of Swat-i18n-Patch from...
2007-10-10 Gerald Carterr1833: patch from James Peach to get swat to look for...
2007-10-10 Gerald Carterr492: BUG 483: patch from Michel Gravey <michel.gravey...
2007-10-10 Gerald Carterr39: * importing .cvsignore files
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-05 Gerald CarterBUG 488: fix the 'show client in col 1' button and...
2004-03-05 Gerald CarterBUG 488: fix the 'show client in col 1' button and...
2004-02-29 Volker LendeckeTrivial commit to make 'smbdiff 3_0/source head/source...
2004-02-21 Tim Potterprintf -> d_printf
2004-02-21 Tim Potterprintf -> d_printf
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettMake more functions static, and remove duplication...
2004-02-04 Andrew BartlettThis should be the correct fix for the lack of a protot...
2004-02-02 Gerald Carterfix problems with proto.h
2004-02-02 Gerald Carterremerge andrew's cracklib patch from HEAD and fix a...
2003-12-25 Andrew Bartlett(merge from 3.0)
2003-12-25 Andrew BartlettFix bug 916 - do not perform a + -> space substitution...
2003-11-22 Gerald Carterdebug and swat fixes from 3.0
2003-11-22 Gerald Carterinclude WWW-Authenticate field in 401 response for...
2003-11-22 Gerald Carterfix winbind ping call so that SWAT correctly determines...
2003-11-22 Gerald Carterfix winbind ping call so that SWAT correctly determines...
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-11-07 Volker LendeckeFrom 3_0:
next