summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | allow command line arg to override smb.conf log levelHerb Lewis2002-02-141-0/+2
| | | |
| * | | fix joining domain on big endian machine when using -U to smbpasswdHerb Lewis2002-02-141-1/+1
| | | |
| * | | get rid of compiler warningsHerb Lewis2002-02-131-6/+6
| | | |
| * | | get rid of compiler warningHerb Lewis2002-02-131-1/+1
| | | |
| * | | * fix smbd crash when netbios session request failsGerald Carter2002-02-135-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from spoolss_connect_to_client(). * Added check against running cli_errstr() against an uninitialised cli_state struct
| * | | reformatGerald Carter2002-02-131-37/+38
| | | |
| * | | removed extra get_printer_snum() callsGerald Carter2002-02-121-9/+0
| | | |
| * | | fix to make device mode changes be saved againGerald Carter2002-02-121-4/+18
| | | |
| * | | fixes for some compile warnings in psm_smbpassGerald Carter2002-02-125-5/+6
| | | |
| * | | reorder some functions to remove compiler warningsGerald Carter2002-02-121-54/+55
| | | |
| * | | fixed compile errorGerald Carter2002-02-121-1/+1
| | | |
| * | | add missing print_access_check() for _spoolss_addform()Gerald Carter2002-02-111-6/+7
| | | |
| * | | pdb_tdb was not working properly in 2.2 (yes also 2.2.3a), it was my fault, ↵Simo Sorce2002-02-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | I'm so sorry :( addedd the missing line...
| * | | Fix changes between app-head and 2.2.x.Jeremy Allison2002-02-091-6/+4
| | | | | | | | | | | | | | | | Jeremy.
| * | | Merge JohnR's stop form set spinning change.Jeremy Allison2002-02-091-0/+21
| | | | | | | | | | | | | | | | Jeremy.
| * | | merge from APPLIANCE_HEADGerald Carter2002-02-081-2/+2
| | | |
| * | | Add -c option to specify smb.conf file (-s was already used).Herb Lewis2002-02-071-172/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow you to use smbpasswd if your smb.conf file is not in the compiled location. Move all the command line agrument processing to one place. Process args before calling lp_load services so it gets correct smb.conf file I'm not sure of the intent of the -L option (it no longer needs to be first). The usage message shows only root can use it, but there is no check in the original code to see if you were root before processing the arg. I left it so you can specify the arg as non-root but doesn't seem correct. Also this arg is not documented in smb.conf man page. Could people test the various forms of using smbpasswd to make sure I didn't break anything. I tried the ones I can think of and it seems OK.
| * | | fix for IRIX toolroot buildsHerb Lewis2002-02-062-285/+287
| | | |
| * | | removed unused variableGerald Carter2002-02-051-1/+0
| | | |
| * | | Fix HPUX build (less than 11.x).Jeremy Allison2002-02-054-3/+6
| | | |
| * | | Check for NULL params (from HEAD).Jeremy Allison2002-02-051-0/+3
| | | |
| * | | Stupid errormap typo fix !Jeremy Allison2002-02-051-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | fix for compilingGerald Carter2002-02-041-1/+1
| | | |
| * | | Mandrake codepage patch. Make version officially 2.2.3Jeremy Allison2002-02-022-1/+1881
| | | | | | | | | | | | | | | | Jeremy.
| * | | Ensure winbindd is built for HPUX11, fix some SGI compiler warnings, fixJeremy Allison2002-02-026-22/+23
| | | | | | | | | | | | | | | | | | | | the UNIX link path. Jeremy.
| * | | remove duplicate codeHerb Lewis2002-02-021-42/+2
| | | |
| * | | Comment out AUTH_CRAP by default as a security measure.Jeremy Allison2002-02-022-0/+4
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix link code from UNIX clients.Jeremy Allison2002-02-021-0/+13
| | | | | | | | | | | | | | | | Jeremy.
| * | | remove leading slash from tdb file nameSimo Sorce2002-02-011-5/+9
| | | |
| * | | Merging in JohnR's changes to DEVICEMODE.Jeremy Allison2002-02-012-18/+40
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix the UNIX stat/lstat issue. When changing UNIX mode don't let dosmodeJeremy Allison2002-02-011-10/+24
| | | | | | | | | | | | | | | | | | | | overwrite it. Jeremy.
| * | | Fix the UNIX stat/lstat bug. Factor some code that should have beenJeremy Allison2002-02-015-776/+718
| | | | | | | | | | | | | | | | | | | | factored a long time ago. Jeremy.
| * | | Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-3113-696/+730
| | | | | | | | | | | | | | | | | | | | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy.
| * | | Make revert fix for winbind. Fixups for compiling on HPUX 10.x and AIX.Jeremy Allison2002-01-316-17/+23
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed missing read error set on return.Jeremy Allison2002-01-311-0/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Reverted change as Andrew suggested.Jeremy Allison2002-01-312-4/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Spelling fix.Tim Potter2002-01-311-1/+1
| | | |
| * | | fixed error in DEBUG output with -iGerald Carter2002-01-301-1/+8
| | | |
| * | | allow smbpasswd -x to delete account even if not in /etc/passwdHerb Lewis2002-01-301-19/+20
| | | |
| * | | Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison2002-01-291-8/+70
| | | | | | | | | | | | | | | | Jeremy.
| * | | Only allow ldap connect as root - fix from Andrew Bartlett.Jeremy Allison2002-01-281-17/+5
| | | | | | | | | | | | | | | | Jeremy.
| * | | Changed the name of UNIX query to match the revised spec.Jeremy Allison2002-01-282-2/+2
| | | | | | | | | | | | | | | | Jeremy.
| * | | WARNING!!! schema changes. rid, pwLastSet, et. al. are now storedGerald Carter2002-01-271-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as integers (not strings). This better enforces the schema intent. convert from strtol() to atol() since everything is in base 10. Will merge to HEAD on Monday.
| * | | Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-263-36/+37
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-254-5/+15
| | | | | | | | | | | | | | | | | | | | case. Jeremy.
| * | | Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison2002-01-251-4/+21
| | | | | | | | | | | | | | | | | | | | Benjamin (Bj) Kuit bj@it.uts.edu.au. Jeremy.
| * | | picky about realloc (from jf).Jeremy Allison2002-01-251-4/+5
| | | | | | | | | | | | | | | | Jeremy.
| * | | fix segfault reported by Alexander BokovoyGerald Carter2002-01-251-1/+1
| | | |
| * | | merge from APPLIANCE_HEAD (remove add_a_printer)Gerald Carter2002-01-253-39/+4
| | | |
| * | | Return correct RPC fault PDU's for bad handles.Jeremy Allison2002-01-254-34/+48
| | | | | | | | | | | | | | | | Jeremy.