summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * new Win2k spoolss rpc opnum (unknown right now).Gerald Carter2001-11-131-0/+6
| |
| * Formatting fixes only.Jeremy Allison2001-11-132-58/+57
| | | | | | | | Jeremy.
| * Minor fixes to help display, and domain enumeration , and also preparation ↵Steve French2001-11-121-19/+35
| | | | | | | | for new command option
| * Spelling fixes.Tim Potter2001-11-121-6/+6
| |
| * Don't check space on every extend if strict allocate not set.Jeremy Allison2001-11-121-5/+3
| | | | | | | | Jeremy
| * messed up with patches, this should be the right one,Simo Sorce2001-11-121-2/+1
| | | | | | | | sorry
| * Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-124-997/+985
| | | | | | | | Jeremy.
| * some bugfix and new functions,Simo Sorce2001-11-124-41/+98
| | | | | | | | | | modified mangle.c to use mosltly acnv_????() functions. this should make also build farm happy
| * Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett2001-11-121-23/+17
| | | | | | | | that.
| * Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett2001-11-111-47/+0
| | | | | | | | | | | | | | To be replaced with a real restriction in consultation with jra. (Hence why I've not touched loadparm.c). Andrew Bartlett
| * Fix up some DEBUG()sAndrew Bartlett2001-11-112-34/+74
| | | | | | | | | | | | Add and fix comments Add 'const' to some more input paramaters.
| * Add back the not null checks in a better place.Andrew Bartlett2001-11-112-2/+14
| | | | | | | | Check the pdb_init_sam() for failure.
| * make sam_account_ok static.Andrew Bartlett2001-11-112-64/+58
| | | | | | | | | | | | remove rudundent not null checks fix indenting
| * This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett2001-11-112-6/+0
| |
| * Minor updates. A small dose of const.Andrew Bartlett2001-11-116-6/+6
| |
| * autoconfAndrew Bartlett2001-11-111-794/+755
| |
| * Remove built-in support for clear-text kerberos authentication.Andrew Bartlett2001-11-113-279/+16
| | | | | | | | | | | | | | | | | | | | This should remove some confusion from the ./configure, but does not affect the 'real' kerberos support currently residing in smbd/sesssetup.c. This code is vunerable to a spoofed KDC, and is best replaced by --with-pam and the pam_krb5 module. This module includes measures to prevent such spoofing. Andrew Bartlett
| * fixed, moved and added some functionsSimo Sorce2001-11-103-99/+154
| | | | | | | | note the useful acnv_uxu2 and acnv_u2ux functions in charcnv.c
| * Use defined constants not integers.Jeremy Allison2001-11-101-3/+3
| | | | | | | | Jeremy.
| * As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke2001-11-091-2/+6
| | | | | | | | | | | | from 2_2. Volker
| * Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter2001-11-092-3/+10
| | | | | | | | rpc_spoolss.h header file.
| * Fixup __LPID -> _LPID.Jeremy Allison2001-11-092-2/+2
| | | | | | | | Jeremy.
| * This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-097-28/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | per-share. I beleive that almost all the things that this could have done on a per-share basis can be done with other tools, like 'force user'. Almost all the user's of this paramater used it as a global anyway... While this is one step at a time, I hope it will allow me to considerably simplfy the make_connection() code, particularly for the user-level security case. This already removes an absolute truckload of extra attempted password lookups on the guest account. Andrew Bartlett
| * fix the tree so it compiles againAndrew Tridgell2001-11-091-1/+1
| | | | | | | | grumble, mumble, ...
| * Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter2001-11-092-13/+5
| | | | | | | | so that tdbtool can be compiled without having to make clean.
| * Change to guest logon code.Andrew Bartlett2001-11-0810-156/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the way we process guest logons - we now treat them as normal logons, but set the 'guest' flag. In particular this is needed becouse Win2k will do an NTLMSSP login with username "", therefore missing our previous guest connection code - this is getting a pain to do as a special case all over the shop. Tridge: We don't seem to be setting a guest bit for NTLMSSP, in either the anonymous or authenticated case, can you take a look at this? Also some cleanups in the check_password() code that should make some of the debugs clearer. Various other minor cleanups: - change the session code to just take a vuser, rather than having to do a vuid lookup on vuser.vuid - Change some of the global_client_caps linking - Better debug in authorise_login(): show the vuid. Andrew Bartlett
| * Fixed incorrect debug message. )-:Tim Potter2001-11-081-1/+1
| |
| * spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool2001-11-081-1/+2
| | | | | | | | not ascii.
| * Only 1mb allocate slop.Jeremy Allison2001-11-081-56/+55
| | | | | | | | Jeremy.
| * Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison2001-11-081-40/+29
| | | | | | | | Jeremy.
| * Added more define bits. Fixed error in vol attributes.Jeremy Allison2001-11-082-4/+6
| | | | | | | | Jeremy.
| * Added debug in truncate, fixed warning with gcc3.Jeremy Allison2001-11-072-2/+2
| | | | | | | | Jeremy.
| * Add function to add those hosts who have added msbrowse (domain master browsers)Steve French2001-11-071-0/+8
| |
| * Added delheaders as a dependency for clean.Tim Potter2001-11-071-1/+10
| |
| * add convert_string_allocate() functionSimo Sorce2001-11-071-5/+86
| |
| * UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett2001-11-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | The problem is that we don't use the bitmap field, and so have to guess what feilds to change. NT4 sets the RID to NULL in its reply, (as a no-change value) and we were attempting to set that as a RID. jfm: Can you get me the info on that bitmap, so I can construct a proper fix to all this? Thanks!
| * Initilising these variables before appending the domain groups to themAndrew Bartlett2001-11-072-1/+5
| |
| * Fixed unsigned / long unsigned format missmatch.Jeremy Allison2001-11-061-4/+4
| | | | | | | | Jeremy
| * Internationalization enbalement for net utility - replace printf with d_printfJim McDonough2001-11-061-233/+233
| |
| * Fixed looking up domain (winbind) users ahead of local users inTim Potter2001-11-051-6/+18
| | | | | | | | domain_client_validate()
| * Removed totally annoying verbose debug in sid_to_string()Tim Potter2001-11-051-2/+0
| |
| * free the negTokenInit structureAndrew Tridgell2001-11-051-0/+2
| |
| * Changed MAX_OPEN_PIPES to 2048.Jeremy Allison2001-11-051-1/+1
| | | | | | | | Jeremy.
| * Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter2001-11-054-1/+283
| | | | | | | | | | GetPrinterDataEx() and SetPrinterDataEx(). Not sure what the command number is for the latter is - I haven't seen it on the wire yet.
| * merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter2001-11-051-1/+1
| | | | | | | | 2.2 to HEAD?
| * old merge from 2.2Gerald Carter2001-11-051-8/+27
| |
| * Fixed some compiler warnings.Tim Potter2001-11-051-8/+8
| |
| * Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2001-11-052-8/+8
| | | | | | | | names of the other functions in this file.
| * Fixed compiler warnings.Tim Potter2001-11-051-3/+2
| |
| * Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter2001-11-054-43/+88
| | | | | | | | | | | | | | pam authentication. This allows us to link in less other crap. Authenticating with a challenge/response doesn't seem to work though - we always get back NT_STATUS_WRONG_PASSWORD.