summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* merges from 2.2Gerald Carter2001-09-144-765/+735
|
* merge from appliance_headGerald Carter2001-09-141-6/+6
|
* merge from 2.2Gerald Carter2001-09-141-0/+2
|
* Update manpage for new 'add machine script' paramaterAndrew Bartlett2001-09-141-0/+20
|
* Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2001-09-144-34/+10
| | | | | | auth subsytem. Also kill off the (unneeded) wrapper fuction. Andrew Bartlett
* Finally commit my fix to this little mess...Andrew Bartlett2001-09-141-10/+25
| | | | | | | | The same function that adds machines to the system also adds users, and the new 'add user script'/'add machine script' distinction needs to be made correctly. Also introduces a sainity check for correct $ termination. Andrew Bartlett
* Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter2001-09-141-5/+24
| | | | | output from samsync -p produces the same output as running PWDUMP.EXE on the domain controller except it happens via the sam synchronisation protocol.
* Merge prs_hash1() function from tng.Tim Potter2001-09-141-0/+24
|
* Decode 68-byte password blocks using sam replication password key (whichTim Potter2001-09-141-2/+4
| | | | is actually the user session key).
* Merge of sam_pwd_hash() function from tng.Tim Potter2001-09-141-0/+17
|
* Use session key from cli_state struct rather than the uninitialised oneTim Potter2001-09-141-4/+2
| | | | when calling cli_netlogon_sam_sync(). (-:
* Removed CHECK_STRUCT macro - it isn't used anywhere.Tim Potter2001-09-141-12/+0
|
* Oops.Tim Potter2001-09-141-1/+1
|
* Discovered a whole lot more opcodes on the LSA pipe while writing a rpcTim Potter2001-09-131-6/+38
| | | | | | | | scanner. There's lots of quota, privilege, and trusted domain goodness waiting to be reverse engineered here! Unfortunately the scanner can crash LSASS.EXE on NT4 just by writing packets containing 0xdeadbeef. )-:
* Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter2001-09-131-10/+12
| | | | | Use werror_to_ntstatus() to convert error returns from dfs client functions into nt errors.
* added a new global option "hostname lookups = yes/no"Andrew Tridgell2001-09-132-0/+15
| | | | | | | | This should finally kill off the remaining places where we attempt reverse lookups of the IP of the client. It may be that some pam modules called via the session code will need "hostname lookups = yes" but I've left it off by default as most sites don't need it and so many sites have broken reverse maps
* Terminate dfs referral alternate path string. DFS now works again in headTim Potter2001-09-131-1/+1
| | | | - hooray!
* Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison2001-09-121-8/+11
| | | | Jeremy.
* Converted msdfs referral server code to use rpcstr_push() functions. StillTim Potter2001-09-121-12/+10
| | | | doesn't work though. )-:
* String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-121-1/+1
|
* Ignore torture test binaries.Tim Potter2001-09-121-0/+5
|
* Fixed typo.Tim Potter2001-09-121-2/+2
|
* Some patches to authentication:Tim Potter2001-09-1214-45/+63
| | | | | | | | | - the usersupplied_info now contains a smb_username (as it comes across on the wire) and a unix_username (after being passed through mapping functions) - when doing security={server,domain} use the smb_username, otherwise use the unix_username
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-1212-75/+6
| | | | | | | | by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file
* Hmm - needs to be converted to pull/push unistr routines. But at least itTim Potter2001-09-121-2/+8
| | | | compiles now which should keep the build farm happy.
* Converted DFS error returns to WERROR instead of uint32.Tim Potter2001-09-122-33/+39
|
* Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2001-09-122-16/+17
| | | | fit in with new error reporting subsystem.
* Update from sgml source.Tim Potter2001-09-112-133/+156
|
* Fixed some bad markup.Tim Potter2001-09-111-2/+2
|
* Standardised on 'var = value' when referencing smb.conf parameters, ratherTim Potter2001-09-111-39/+39
| | | | | | than 'var=value'. Fixed up some dodgy quoting on the way.
* Tweak the building rules under Solaris with CC.Richard Sharpe2001-09-112-262/+264
|
* Added a string for NT_STATUS_OK, m'kay?Tim Potter2001-09-111-0/+1
|
* Make sure to commit configureRichard Sharpe2001-09-111-266/+265
|
* Some small changes to configure to remove things like -X4 etc on compiles.Richard Sharpe2001-09-111-4/+3
|
* fix typoHerb Lewis2001-09-112-2/+2
|
* Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison2001-09-101-1/+11
| | | | | simultaneously. Jeremy.
* left out {Herb Lewis2001-09-101-1/+1
|
* prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis2001-09-101-18/+20
| | | | returns NULL.
* cut-n-paste errorGerald Carter2001-09-101-1/+1
|
* merge from APPLIANCE_HEADGerald Carter2001-09-101-12/+21
|
* convert more code to use XFILEAndrew Tridgell2001-09-104-46/+45
|
* convert more code to use XFILEAndrew Tridgell2001-09-109-50/+44
|
* declare dbf in one spotAndrew Tridgell2001-09-1021-19/+7
|
* more static/dead fnsAndrew Tridgell2001-09-102-11/+2
|
* kill a dead fn and make a local one staticAndrew Tridgell2001-09-102-80/+4
|
* made a couple of local fns staticAndrew Tridgell2001-09-103-7/+13
|
* passdb/smbpassfile ain't needed any more - it only provided migration from ↵Andrew Tridgell2001-09-102-298/+1
| | | | an ancient file format, not relevant for Samba 3.0
* added xfileAndrew Tridgell2001-09-102-0/+384
|
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-1028-110/+86
| | | | | | | | | replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor limit that we hit with nasty consequences on some systems I would eventually prefer us to have a configure test to see if we need to replace stdio, but for now this code needs to be tested widely so I'm enabling it by default.
* Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe2001-09-091-0/+7
| | | | segfault.