summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell83-1038/+1035
2001-08-27new logs use abbreviated month names. Add this to date conversionHerb Lewis1-1/+17
2001-08-27forgot to commit the scanner codeAndrew Tridgell1-0/+435
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell18-635/+1505
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell28-1605/+1260
2001-08-27As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett1-4/+0
2001-08-26Spaces -> Tabs.Jeremy Allison1-6/+7
2001-08-26Ignore locks of length zero as they mean different things in Win32Jeremy Allison1-5/+18
2001-08-26Don't use CLEAR_IF_FIRST if opening read-only.Jeremy Allison1-1/+1
2001-08-26bzero is not used (deprecated) as it's a BSDism.Jeremy Allison1-62/+52
2001-08-26Change default 'name resolve order' to WINS before DNS.Volker Lendecke1-1/+1
2001-08-26Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel3-3/+3
2001-08-26Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel1-5/+8
2001-08-26Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel1-5/+76
2001-08-26fixed typoGerald Carter2-2/+2
2001-08-26Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel1-32/+56
2001-08-24we now have all but the dreaded 0/0 lock workingAndrew Tridgell1-30/+67
2001-08-24typoGerald Carter2-731/+733
2001-08-24get rid of compiler warningsHerb Lewis16-41/+42
2001-08-24More status32 conversions.Tim Potter2-15/+14