summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed compiler warning.Tim Potter2001-05-241-1/+0
| |
| * Added server side reponse to net_logon_ctrl rpc. We can now respondTim Potter2001-05-242-3/+62
| | | | | | | | | | | | to NLTEST /BDC_QUERY:DOMAIN when acting as a BDC. Reverse engineered a couple of status constants.
| * Added srv_get_info client command.Tim Potter2001-05-241-0/+46
| |
| * Added logon control2 client call.Tim Potter2001-05-241-29/+15
| |
| * Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter2001-05-241-12/+133
| | | | | | | | | | | | | | from rpcclient. Added init and i/o functions for net_{q,r}_logon_ctrl functions so we can call from rpcclient and respond to this call from smbd.
| * Removed some level 0 debugs accidentally left in - oops.Tim Potter2001-05-241-3/+0
| |
| * Replaced next_command() with call to next_token().Tim Potter2001-05-241-21/+5
| |
| * Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-246-428/+289
| |
| * Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison2001-05-231-3/+10
| | | | | | | | Jeremy.
| * This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2001-05-232-0/+2
| | | | | | | | | | | | | | | | CAP_LARGE_READX|CAP_LARGE_WRITEX bits on negprot and out W2K performance goes through the roof...... And as we *always* offer 64 buffers we can do this with this simple change..... Jeremy.
| * Stupid typo. Should be if (!tdb).Jeremy Allison2001-05-231-1/+1
| | | | | | | | Jeremy.
| * Try to fix build by adding autoconf tests for pam headers.Jeremy Allison2001-05-224-612/+660
| | | | | | | | Jeremy.
| * Defensive brlock and locking database cleaning code.Jeremy Allison2001-05-224-50/+165
| | | | | | | | Jeremy.
| * Use canonical mappings for file controls. Fixes W2KSP2 profile problems (IJeremy Allison2001-05-181-0/+11
| | | | | | | | | | think....). Jeremy.
| * make protoGerald Carter2001-05-181-0/+19
| |
| * merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-185-8/+232
| |
| * Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-184-7/+16
| | | | | | | | Jeremy.
| * merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-174-1/+200
| | | | | | | | in separate commit after I get it working in 2.2.
| * added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJAndrew Tridgell2001-05-171-3/+3
| |
| * - added ability for swat to run under CGI. This needsAndrew Tridgell2001-05-172-600/+629
| | | | | | | | | | to be setup very carefully for it not to be a security hole - reran configure
| * ran make protoAndrew Tridgell2001-05-171-4/+0
| |
| * Ran a make proto to fix the problems ...Richard Sharpe2001-05-171-2/+5
| |
| * Test login using pam_winbind.so and group membership.Tim Potter2001-05-171-0/+102
| |
| * Fixes to get pam_auth() functionality working again.Tim Potter2001-05-174-48/+35
| |
| * Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe2001-05-171-1/+1
| | | | | | | | in a twitch.
| * Broke out change trust account password routines into separate fileTim Potter2001-05-173-219/+246
| | | | | | | | | | since they're only used in one place anyway (timeout_processing() in process.c)
| * Ohh boy, I should be working on lots of other things, but I am pissed off, soRichard Sharpe2001-05-171-4/+4
| | | | | | | | | | | | I needed to get down and dirty and do some coding etc ... Change -fpic to -fPIC ... Many people suggest that this is better ...
| * Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-3/+3
| |
| * Adding an examples directory for libsmbclient to the head branch along withRichard Sharpe2001-05-174-0/+1296
| | | | | | | | a simple Makefile and a small README ...
| * groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2001-05-172-21/+29
| | | | | | | | | | smbd/connection.c: Sync up with code in 2.2 Jeremy.
| * Fix a stupid typo in Makefile.in that prevented the libsmbclient codeRichard Sharpe2001-05-161-1/+1
| | | | | | | | | | from being compiled with -fpic ... Larger changes coming ... I want to move to -fPIC etc.
| * Added winbind programs to build for supported systems (i.e linux andTim Potter2001-05-163-581/+618
| | | | | | | | | | | | solaris) so the autobuilder can have a crack at it. Cosmetic fix for large file support ./configure output.
| * Update from Toomas Soome <tsoome@ut.ee>.Jeremy Allison2001-05-161-67/+67
| | | | | | | | Jeremy.
* | I18N fix from HEAD for domain_client_validate (wrong domain name, useJeremy Allison2001-05-311-2/+2
| | | | | | | | | | domain not lp_workgroup()). Jeremy.
* | Merged in fix for buggy xinetd, border-0 fix from HEAD.Jeremy Allison2001-05-311-3/+9
| | | | | | | | Jeremy.
* | Merged tdb_open_log call back from HEAD.Jeremy Allison2001-05-311-1/+1
| | | | | | | | Jeremy.
* | Fix from HEAD for compiler warning (duplicate HASH).Jeremy Allison2001-05-311-2/+2
| | | | | | | | Jeremy.
* | fixed asprintf declarationAndrew Tridgell2001-05-301-9/+3
| |
* | merged configure updates from headAndrew Tridgell2001-05-307-563/+724
| |
* | Add some protection to smbc_init for people calling it more than once.Richard Sharpe2001-05-301-0/+7
| |
* | tdb updates from headAndrew Tridgell2001-05-305-65/+206
| |
* | portability fix for TDB_LOG()Andrew Tridgell2001-05-291-1/+1
| |
* | Return an error code on password overflow attack so scanners don'tJeremy Allison2001-05-291-1/+1
| | | | | | | | | | | | think we've failed. Port of Andrew's code from HEAD. Jeremy.
* | Merge in Andrew's tdb robustness changes - allow tailers to beJeremy Allison2001-05-294-14/+123
| | | | | | | | | | checked and a logging function added. Jeremy.
* | make sure the umask is set in swatAndrew Tridgell2001-05-281-0/+2
| |
* | Fix nasty malloc/free bug when setting a printer attribute with a zero ↵John Reilly2001-05-282-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | length (Lexmark drivers do this). tdb_unpack() on case 'B' was leaving the data pointer uninitialized. This seemed OK (but bad practice) for a zero lenght buffer, but many cycles later free_nt_printer_param() did a safe_free on the uninitialized pointer. This affected both APPLIANCE_HEAD and 2.2 (HEAD too I expect). 2.2 only was hit by a differert aspect of the situation above. When a zero len attribute is processed by api_spoolss_setprinterdata(), talloc (in non DEBUG_TALLOC), returns NULL up the chain and "unable to unmarshall SPOOL_Q_SETPRINTERDATA" occurs. JohnR
* | Update to set random seed between new smbd's atomically.Jeremy Allison2001-05-284-22/+34
| | | | | | | | | | CVS Access back at last (from the Tokyo Hilton... :-). Jeremy.
* | make sure the '\n' is stripped from the command stringGerald Carter2001-05-251-0/+6
| |
* | fix for Solaris ACL support. The sys_acl_set_file was writing outGerald Carter2001-05-251-10/+7
| | | | | | | | | | | | | | a mask != rwx. The aclsort() Solaris library function was rewriting the mask. Also include a little reformatting to readability.
* | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-254-15/+44
| | | | | | | | Jeremy.