r9057: fix cut-and-paste error
[tprouty/samba.git] / source /
2007-10-10 Herb Lewisr9057: fix cut-and-paste error
2007-10-10 Lars Müllerr9051: Fix from Fernando Schapachnik <fernando@mecon...
2007-10-10 Günther Deschnerr9041: typo. Thanks jerry.
2007-10-10 Gerald Carterr9040: revert pointer checks that I had removed; fixes...
2007-10-10 Lars Müllerr9038: Revert svn rev 414. Discussed with Jerry and...
2007-10-10 Günther Deschnerr9029: Another crash bug when enumerating privileges.
2007-10-10 Günther Deschnerr9021: Fix smbd-crash bug in openprinter (found by...
2007-10-10 Gerald Carterr8992: More make test work. Adding a way to order...
2007-10-10 Gerald Carterr8990: First trivial example of 'make test'
2007-10-10 Volker Lendecker8989: Fix a warning
2007-10-10 Günther Deschnerr8971: Fix querydispinfo (still need to look at enumdom...
2007-10-10 Jeremy Allisonr8963: Clean up the horrid "fake conn struct" part...
2007-10-10 Jelmer Vernooijr8961: Merge IRIX fix for socket wrapper
2007-10-10 Jeremy Allisonr8959: Make msdfs code talloc based. Fix leaks.
2007-10-10 Gerald Carterr8956: fix segfault caused by trying to parse a UNISTR2
2007-10-10 Jeremy Allisonr8950: Fix one more mem leak found by Gunther.
2007-10-10 Tim Potterr8949: Fix incorrect SHLIBEXT is set when running confi...
2007-10-10 Jeremy Allisonr8948: Fix valgrind bad free bug found by Gunther.
2007-10-10 Tim Potterr8946: Some casts to fix warnings when time_t is an...
2007-10-10 Gerald Carterr8943: Fix segfault in enum_service_status
2007-10-10 Tim Potterr8941: Fix unused variable warning. Bugzilla #2940.
2007-10-10 Günther Deschnerr8938: fix querydispinfo search semantics.
2007-10-10 Günther Deschnerr8937: allow to use non-default smb.conf in rpcclient
2007-10-10 Tim Potterr8935: Fix signed/unsigned comparison warning. Bugzill...
2007-10-10 Jeremy Allisonr8928: Fix mangle method = hash - bugid #2946. Incorrec...
2007-10-10 Jeremy Allisonr8922: AIO configure fixes from William Jojo for IBM...
2007-10-10 Gerald Carterr8916: should fix the valgrind invalid read of size...
2007-10-10 Andrew Bartlettr8913: Fix memory leak in -r 8912: Free the right thing...
2007-10-10 Andrew Bartlettr8912: Samba 3.0 was failing from a Vista client, becau...
2007-10-10 Günther Deschnerr8911: cosmetic fixes.
2007-10-10 Gerald Carterr8900: fix typo thyat broke compile in my last commit
2007-10-10 Gerald Carterr8899: various compiler warning fixes reported by Jason...
2007-10-10 Tim Potterr8894: Fix a warning. Bugzilla #2939.
2007-10-10 Jeremy Allisonr8892: Fix #2942 - missing value in debug ! Doh !
2007-10-10 Volker Lendecker8889: Another warning
2007-10-10 Volker Lendecker8869: Get rid of a warning.
2007-10-10 Gerald Carterr8834: fixing SWAT install after docs changeswat/help...
2007-10-10 Volker Lendecker8833: Fix some uninitialized variables.
2007-10-10 Jeremy Allisonr8805: Merge a duplicate struct. Get ready to support...
2007-10-10 Gerald Carterr8800: grr...get logic right when checking #define
2007-10-10 Gerald Carterr8799: disabling schannel on samr and lsa until I figur...
2007-10-10 Volker Lendecker8798: Save one system call per SMB. smb_run_idle_event...
2007-10-10 Günther Deschnerr8797: avoid unset rids for builtin-aliases.
2007-10-10 Gerald Carterr8796: disable schannel on the lsa client pipe for...
2007-10-10 Gerald Carterr8795: fix our perpetual motion maching in strncpy_w()
2007-10-10 Günther Deschnerr8787: Make enumeration of builtin-aliases work again.
2007-10-10 Günther Deschnerr8786: Fix amazing and long-standing bug where user...
2007-10-10 Jeremy Allisonr8782: Fix bug #2918. The problem was using Inbuffer...
2007-10-10 Jeremy Allisonr8762: Attempt to fix the winbindd crashing bug on...
2007-10-10 Jeremy Allisonr8757: Add debug messages so we can see what attributes...
2007-10-10 Gerald Carterr8755: more malloc fixes
2007-10-10 Gerald Carterr8716: adding 'username map script' which if defined...
2007-10-10 Jeremy Allisonr8704: Patch from Timur Bakeyev <timur@com.bat.ru>...
2007-10-10 Gerald Carterr8697: BUG 2908: make sure to allow for the trailing...
2007-10-10 Jeremy Allisonr8695: Patch from James Peach for hires timestamps...
2007-10-10 Jeremy Allisonr8689: Fixes bugid #2889 for sure. Turns out the OS...
2007-10-10 Günther Deschnerr8686: Revert %LOGONSERVER%-substitution. The substitio...
2007-10-10 Simo Sorcer8682: fix vfstest, thanks to Rainer Link for spotting...
2007-10-10 Günther Deschnerr8675: fix some compile warnings.
2007-10-10 Andrew Tridgellr8673: merged from samba4
2007-10-10 Jeremy Allisonr8655: Still trying to fix #2889. We don't need the...
2007-10-10 Gerald Carterr8654: merging cli_spoolss_XX() updates from trunk
2007-10-10 Lars Müllerr8653: Fix bug #2659.
2007-10-10 Lars Müllerr8641: Fix bug #2262. Now we accept freebsd 5 till...
2007-10-10 Jeremy Allisonr8617: Be very explicit if addprinterex is called that...
2007-10-10 Jeremy Allisonr8615: Added "acl group control". Defaults to off....
2007-10-10 Jeremy Allisonr8610: If I'm going to do a debug level zero, at least...
2007-10-10 Jeremy Allisonr8609: Fix for bugid #2889. I think the problem is...
2007-10-10 Gerald Carterr8607: BUG 2900 more compiler warnings
2007-10-10 Gerald Carterr8606: BUG 2899: fix compiler warning in regfio routine
2007-10-10 Gerald Carterr8604: BUG 2890: fix unitialized variable reported...
2007-10-10 Tim Potterr8597: Use UNI_STR_TERMINATE (an enum value) instead...
2007-10-10 Tim Potterr8596: Don't wrap non-existent functions. Bugzilla...
2007-10-10 Tim Potterr8595: Delete unused prototypes.
2007-10-10 Tim Potterr8592: I'm pretty sure this should be != instead of...
2007-10-10 Tim Potterr8573: Fix set but not used warning in srvsvc server...
2007-10-10 Tim Potterr8572: Remove crufty #define NO_SYSLOG as it's not...
2007-10-10 Jeremy Allisonr8564: Sometimes we're too dumb to live... Fix samr...
2007-10-10 Jeremy Allisonr8556: Fix bug #2878 - Norton commander not running...
2007-10-10 Jeremy Allisonr8553: Another compile warning fix from jason@ncac...
2007-10-10 Jeremy Allisonr8552: Warning fix from jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr8547: Code tidyup from Jason Mader <jason@ncac.gwu...
2007-10-10 Jeremy Allisonr8545: Fix oplock bug introduced by oplock code "simpli...
2007-10-10 Gerald Carterr8543: merge volker's nt_printing_init() fix from trunk...
2007-10-10 Günther Deschnerr8542: - (re-)add better search-semantics: look for...
2007-10-10 Günther Deschnerr8538: honour CC in python build.
2007-10-10 Volker Lendecker8531: Fix a memleak
2007-10-10 Volker Lendecker8521: Another micro-step: Don't pass down a flag where...
2007-10-10 Gerald Carterr8510: Don't include the valgrind headers on 64bit...
2007-10-10 Volker Lendecker8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.
2007-10-10 Gerald Carterr8507: BUG 2557: don't give and rpc fault when you...
2007-10-10 Gerald Carterr8506: BUG 2853: don't strip out characters like '...
2007-10-10 Gerald Carterr8501: * disable printer handle object cache (was mostl...
2007-10-10 Günther Deschnerr8493: According to MSKB 141714 the %LOGONSERVER% varia...
2007-10-10 Volker Lendecker8492: open_mode_check does not use the parameter p_fla...
2007-10-10 Gerald Carterr8478: remove unused printmode command from smbclient...
2007-10-10 Gerald Carterr8475: BUG 2872: fix cut-n-paste error when checking...
2007-10-10 Gerald Carterr8472: abartlet's patch for parallel ntlmssp supporttru...
2007-10-10 Jeremy Allisonr8457: Fix from Marcel Müller <mueller@maazl.de> to...
2007-10-10 Günther Deschnerr8454: Fix Bug #2502
next