r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
[tprouty/samba.git] / source / smbd / service.c
2007-10-10 Volker Lendecker23168: Move the lp_max_connections() into service.c.
2007-10-10 Volker Lendecker23167: Remove an unused parameter
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Jeremy Allisonr21953: One format fix, clarify a condition that the IBM
2007-10-10 Volker Lendecker21547: Fix from Michael Adam <ma@sernet.de>: Refuse...
2007-10-10 Jeremy Allisonr21482: Use IPC$ not ipc$ for consistency.
2007-10-10 Jeremy Allisonr21481: No one said anything, so I'm disallowing anything
2007-10-10 Volker Lendecker21279: Get rid of 'aio write behind', this is broken.
2007-10-10 Volker Lendecker21108: Send sys_notify_watch through the VFS, FAM...
2007-10-10 Volker Lendecker21092: Ok, that's the one that activates the Samba4...
2007-10-10 Volker Lendecker21083: Actually make it static... :-)
2007-10-10 Volker Lendecker21082: Make canonicalize_path static to service.c...
2007-10-10 Volker Lendecker20931: This changes the notify infrastructure from...
2007-10-10 Jeremy Allisonr20098: Properly fix issues with create_token_from_user...
2007-10-10 Jeremy Allisonr20097: Ensure found_username is freed correctly when
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker20014: Ouch.... "res" is not a flag here, it is the...
2007-10-10 Volker Lendecker20006: Convert the registry shares to use the new API
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Jeremy Allisonr19705: Fix blocker bug for 3.0.23d - find_forced_group...
2007-10-10 Volker Lendecker19000: Merge the max tcon check from 3_0_23. Thanks...
2007-10-10 Jeremy Allisonr18787: Fix the strlen_m and strlen_m_term code by...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jeremy Allisonr17402: Added lookup_name_smbconf() to be called when...
2007-10-10 Volker Lendecker17096: Simplify share_access_check a bit: It takes...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15601: Fix segfaults with 'security=share' and 'guest...
2007-10-10 Jeremy Allisonr15555: Make "change notify timeout" a per-share parame...
2007-10-10 Jeremy Allisonr15088: Remove all time() and gettimeofday() calls...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13095: Fix warnings assigning int to a size_t.
2007-10-10 Volker Lendecker12308: Reformatting
2007-10-10 Volker Lendecker12307: Reformatting plus a trivial if/else simplificat...
2007-10-10 Jeremy Allisonr12213: Final fix for #3303 - send rename messages...
2007-10-10 Jeremy Allisonr12194: Ensure that when we set a connection path we...
2007-10-10 Jeremy Allisonr10693: Fix bug #3129, reported by Adam Porter <sambabu...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr7948: Ensure we call the vfs connection hook before...
2007-10-10 Jeremy Allisonr7210: Fix my own mistakes up, sorry.
2007-10-10 Jeremy Allisonr7200: Don't use memset, use SET_STAT_INVALID (has...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Jeremy Allisonr6625: Remove another global variable left over from...
2007-10-10 Jeremy Allisonr6497: Ensure yield_connection() is called on all appro...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Volker Lendecker5905: Fix two warnings found by AIX. They might actual...
2007-10-10 Gerald Carterr5608: BUG 2399 - removing dead code (not finished...
2007-10-10 Jeremy Allisonr5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT...
2007-10-10 Jeremy Allisonr5183: Ensure we correctly set the per-connection ...
2007-10-10 Gerald Carterr4539: patch from Rob -- adding real printcap name...
2007-10-10 Gerald Carterr4043: BUG 2091: don't remove statically defined printe...
2007-10-10 Günther Deschnerr2475: A more helpful debug-message when a connection...
2007-10-10 Jeremy Allisonr2076: Removed old dir caching code - not being used...
2007-10-10 Jeremy Allisonr1414: Memory leak fixes found by valgrind whilst check...
2007-10-10 Jeremy Allisonr1154: Change default setting for case sensitivity...
2007-10-10 Jeremy Allisonr933: When using widelinks = no, use realpath to canoni...
2007-10-10 Gerald Carterr799: BUG 1259 -- add 'printcap cache time' patch from...
2007-10-10 Jeremy Allisonr656: Make widelinks use realpath(). Tidy up cases...
2007-10-10 Jeremy Allisonr570: Remove lots of globals to handle case issues...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2004-03-05 Jeremy AllisonSeveral mb tidyups - getting ready to address the XXX_s...
2004-03-05 Jeremy AllisonSeveral mb tidyups - getting ready to address the XXX_s...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-02-13 Jeremy AllisonFixup the 'multiple-vuids' bugs.
2004-02-13 Jeremy AllisonFixup the 'multiple-vuids' bugs.
2003-10-03 Gerald Cartercleaning out patch list; patch from Steve L. to change...
2003-10-03 Gerald Cartercleaning out patch list; patch from Steve L. to change...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-26 Jeremy AllisonEnsure %S gets expanded in read/write lists.
2003-09-24 Gerald Carter* sync more files from 3.0
2003-09-23 Volker LendeckeThis only touches the fake kaserver support. It adds...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Gerald Cartermake sure we substitute basic variables in read/write...
2003-09-07 Volker LendeckeNobody complained on the team-list, so commit it ...
2003-08-03 Jeremy AllisonOutput message saying "signed connect" instead of just...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-21 Richard SharpeClarify a debug log a little. The path might not exist...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-09 Richard SharpeFix a small spelling mistake and push out the new versi...
2003-07-06 Andrew BartlettThis changes our Unix primary GID behaviour back to...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-21 Andrew BartlettAlways initialize.
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Tim Potterspelling
2003-05-14 Tim Potterspelling
2003-05-11 Alexander BokovoyFix VFS layer:
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 Andrew BartlettUse fstrcpy/pstrcpy when that's what we really mean...
2003-04-14 Tim PotterWhitespace syncup.
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-11 Gerald Cartercleanup lanman printing= for win98; device type is...
2003-04-11 Gerald Cartercleanup lanman printing= for win98; device type is...
next