summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-09-04fixed compilation of tortureAndrew Tridgell2-48/+44
2001-09-04cope with pam being offAndrew Tridgell2-2/+2
2001-09-04a fix for fussy compilersAndrew Tridgell1-1/+1
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell11-354/+330
2001-09-04Welcome to tpot's exploit world!Tim Potter1-253/+413
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell67-952/+1031
2001-09-04Fixed some compiler warnings.Tim Potter1-2/+0
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell8-182/+779
2001-09-03tidied up some unused vars in JFs new fnsAndrew Tridgell1-12/+0
2001-09-03the next step in our error code handling changeAndrew Tridgell12-1027/+1091
2001-09-02updated copyright for Michael SweetAndrew Tridgell1-1/+1
2001-09-01use a name not a number for ERRinsufficientbufferAndrew Tridgell1-1/+1
2001-09-01more NTSTATUS changesAndrew Tridgell1-17/+4
2001-08-31Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter1-2/+6
2001-08-31Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2-3/+3
2001-08-31Added samsync binary to list of ignored files.Tim Potter1-0/+1
2001-08-31changed the data format in the tdb, as the time fields were notSimo Sorce1-24/+29
2001-08-30Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison1-134/+119
2001-08-30Fixed silly typo.Jeremy Allison2-6/+6
2001-08-30Fix from Paul Green to set correct lengths.Jeremy Allison2-6/+6
2001-08-30if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis1-2/+2
2001-08-30this was a stupid typo,Simo Sorce1-1/+1
2001-08-30merge from 2.2Gerald Carter1-0/+3
2001-08-30merge from 2.2Gerald Carter1-1/+1
2001-08-30merge from APPLIANCE_TNGGerald Carter1-0/+1
2001-08-30merge from APPLIANCE_TNGGerald Carter1-43/+73
2001-08-29Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2-13/+13
2001-08-29Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter1-0/+3
2001-08-29Fuss, fuss, fuss...Christopher R. Hertel2-3/+3
2001-08-29Should be dbgtext, not dbg_text.Tim Potter1-2/+2
2001-08-29Patched to ensure that it won't break HEAD.Christopher R. Hertel1-6/+10
2001-08-29lp_wins_server() is now lp_wins_server_list().Christopher R. Hertel1-1/+1
2001-08-28Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau1-0/+127
2001-08-28Added additional objects to rpcclient for sam sync/repl support.Tim Potter1-1/+13
2001-08-28Start of samsync program invoked by smbd to perform sam synchronisation andTim Potter1-0/+270
2001-08-28Merge of sam sync code from TNG.Tim Potter5-6/+1276
2001-08-28Added samsync and samrepl (untested) message types to smbcontrol.Tim Potter1-0/+38
2001-08-28Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter1-0/+30
2001-08-28Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.Tim Potter1-6/+35
2001-08-28Merge of SAM delta type constants and BDC replication types from TNG.Tim Potter1-0/+282
2001-08-28Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message isTim Potter1-8/+34
2001-08-28Added sam sync and sam replication smbd message constants.Tim Potter1-0/+2
2001-08-28Fixed typo in comment.Tim Potter1-3/+1
2001-08-28Merge from TNG - function to initialise NTTIME structure.Tim Potter1-0/+9
2001-08-28Added copyright header (taken from include/doserr.h)Tim Potter1-511/+538
2001-08-28Fixed description in file header.Tim Potter1-1/+1
2001-08-28Fix for make proto when srcdir != cwd.Tim Potter1-1/+1
2001-08-28fixed typoAndrew Tridgell2-2/+2
2001-08-27Convert to NTSTATUS.Tim Potter6-166/+165
2001-08-27Fix bug in usage().Tim Potter1-3/+7