summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1
* Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-046-418/+327
* fixed compilation of tortureAndrew Tridgell2001-09-042-48/+44
* cope with pam being offAndrew Tridgell2001-09-042-2/+2
* a fix for fussy compilersAndrew Tridgell2001-09-041-1/+1
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-0411-354/+330
* Welcome to tpot's exploit world!Tim Potter2001-09-041-253/+413
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-0467-952/+1031
* Fixed some compiler warnings.Tim Potter2001-09-041-2/+0
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-038-182/+779
* tidied up some unused vars in JFs new fnsAndrew Tridgell2001-09-031-12/+0
* the next step in our error code handling changeAndrew Tridgell2001-09-0312-1027/+1091
* updated copyright for Michael SweetAndrew Tridgell2001-09-021-1/+1
* use a name not a number for ERRinsufficientbufferAndrew Tridgell2001-09-011-1/+1
* more NTSTATUS changesAndrew Tridgell2001-09-011-17/+4
* Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter2001-08-311-2/+6
* Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2001-08-312-3/+3
* Added samsync binary to list of ignored files.Tim Potter2001-08-311-0/+1
* changed the data format in the tdb, as the time fields were notSimo Sorce2001-08-311-24/+29
* Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison2001-08-301-134/+119
* Fixed silly typo.Jeremy Allison2001-08-302-6/+6
* Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-302-6/+6
* if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis2001-08-301-2/+2
* this was a stupid typo,Simo Sorce2001-08-301-1/+1
* merge from 2.2Gerald Carter2001-08-301-0/+3
* merge from 2.2Gerald Carter2001-08-301-1/+1
* merge from APPLIANCE_TNGGerald Carter2001-08-301-0/+1
* merge from APPLIANCE_TNGGerald Carter2001-08-301-43/+73
* Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-292-13/+13
* Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter2001-08-291-0/+3
* Fuss, fuss, fuss...Christopher R. Hertel2001-08-292-3/+3
* Should be dbgtext, not dbg_text.Tim Potter2001-08-291-2/+2
* Patched to ensure that it won't break HEAD.Christopher R. Hertel2001-08-291-6/+10
* lp_wins_server() is now lp_wins_server_list().Christopher R. Hertel2001-08-291-1/+1
* Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau2001-08-281-0/+127
* Added additional objects to rpcclient for sam sync/repl support.Tim Potter2001-08-281-1/+13
* Start of samsync program invoked by smbd to perform sam synchronisation andTim Potter2001-08-281-0/+270
* Merge of sam sync code from TNG.Tim Potter2001-08-285-6/+1276
* Added samsync and samrepl (untested) message types to smbcontrol.Tim Potter2001-08-281-0/+38
* Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter2001-08-281-0/+30
* Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.Tim Potter2001-08-281-6/+35
* Merge of SAM delta type constants and BDC replication types from TNG.Tim Potter2001-08-281-0/+282
* Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message isTim Potter2001-08-281-8/+34
* Added sam sync and sam replication smbd message constants.Tim Potter2001-08-281-0/+2
* Fixed typo in comment.Tim Potter2001-08-281-3/+1
* Merge from TNG - function to initialise NTTIME structure.Tim Potter2001-08-281-0/+9
* Added copyright header (taken from include/doserr.h)Tim Potter2001-08-281-511/+538
* Fixed description in file header.Tim Potter2001-08-281-1/+1
* Fix for make proto when srcdir != cwd.Tim Potter2001-08-281-1/+1