summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* added "start index" skipping into querydispinfo.Luke Leighton1998-10-211-5/+15
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-1/+1
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-6/+6
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-201-7/+7
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-201-27/+87
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-202-18/+23
* - dce/rpc codeLuke Leighton1998-10-193-31/+105
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-2/+2
* oops.Luke Leighton1998-10-161-1/+1
* dce/rpcLuke Leighton1998-10-163-5/+101
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-161-1/+1
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-162-2/+52
* rpcclient ntlogin testLuke Leighton1998-10-161-1/+12
* bug-fixing against:Luke Leighton1998-10-153-27/+154
* more warnings...Luke Leighton1998-10-141-2/+1
* dce/rpcLuke Leighton1998-10-081-9/+17
* dce/rpcLuke Leighton1998-10-072-2/+298
* dce/rpcLuke Leighton1998-10-071-0/+14
* - static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton1998-10-021-1/+1
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-301-60/+85
* (Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1998-09-301-5/+17
* Got very strict about the differences and uses ofJeremy Allison1998-09-298-73/+87
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-30/+12
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* Small update to clitar.c to omit warnings about servers notRichard Sharpe1998-09-261-1/+1
* this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE wereLuke Leighton1998-09-242-29/+37
* nttrans.c:Luke Leighton1998-09-231-4/+28
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-052-4/+4
* tridge the destroyer returns!Andrew Tridgell1998-09-053-72/+1
* Fixed uppercasing of share name (pointed out by Jean-Francois).Jeremy Allison1998-09-041-1/+0
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-3/+7
* use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1998-08-261-1/+1
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-243-11/+11
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-223-0/+20
* use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell1998-08-211-1/+30
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-172-30/+4
* converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1998-08-171-139/+144
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-10/+5
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-222/+210
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-2/+0
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-61/+56
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
* some merge cleanupsAndrew Tridgell1998-07-291-0/+0
* nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1998-06-291-3/+4
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-24/+63
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-121-25/+27
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-102-1/+22
* loadparm.c: Removed 'domain other sids' parameter.Jeremy Allison1998-06-093-15/+13