s3:ads fix dn parsing name was always null
[ira/wip.git] / source3 / web /
2010-03-01 Volker Lendeckes3: Add connections_forall_read()
2010-02-14 Andrew Tridgells3: last part of TYPESAFE_QSORT() conversion
2010-01-18 Marcin Gryszkaliss3: Show share path in swat statuspage
2009-11-30 Volker Lendeckes3: Fix bug 6288
2009-11-29 Volker Lendeckes3: Fix an uninitialized variable reference
2009-11-29 Volker Lendeckes3: Fix some nonempty blank lines
2009-11-29 Volker Lendeckes3: Pass fake_dir_create_times down to file_exist_stat...
2009-11-29 Volker Lendeckes3: "cgi_download" only looks at the mode and size
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-01-15 Jeremy AllisonFix bug #6040 - Missing <th> header in Status page.
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-06 Volker Lendeckes3/swat: Fix creation of the first share using SWAT.
2008-12-31 Jeremy AllisonFix more "ignore return value" warnings from gcc 4.3.
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Michael Adams3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_s...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijUse str_list_equal() rather than str_list_compare().
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Andrew TridgellMerge commit 'master/master'
2008-10-01 Jeremy AllisonFix use of DLIST_REMOVE as spotted by Constantine Vetos...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-15 Jeremy AllisonFix swat. Bug #5613.
2008-06-03 Andreas SchneiderFix empty input fields in SWAT; [#5515].
2008-06-03 Andreas SchneiderFix saving of the config file in SWAT; [#5516].
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-05-18 Michael Adamswat: freeze swat_proto.h from "make proto"
2008-04-11 Tim ProutyCleanup size_t return values in convert_string_allocate
2008-03-28 Michael AdamAdd a talloc context parameter to current_timestring...
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...
next