summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-24Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison1-1/+88
2001-08-24fixed level2 find first for unisys clientsAndrew Tridgell1-0/+1
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell9-24/+12
2001-08-24/tmp/cvsVTEaY5Gerald Carter2-919/+815
2001-08-24Fixed debug in cli_establish_connection() - print out the called name onTim Potter1-1/+1
2001-08-24tests for 0 length locksAndrew Tridgell1-15/+28
2001-08-24Process the SAM/UAS change notification message.Tim Potter2-1/+74
2001-08-24Only register the #1b name if we are ROLE_DOMAIN_PDC rather thanTim Potter1-1/+1
2001-08-24fixes big endian unistring problems. Need to check that it didn'tHerb Lewis1-2/+9
2001-08-24Make domain_client_validate return a status code instead of a boolean.Tim Potter2-19/+23
2001-08-24Fixed incorrect debug.Tim Potter2-8/+2
2001-08-24Fixed typo in debug message.Tim Potter1-1/+1
2001-08-24add a comment to make the code more readableSimo Sorce1-1/+1