Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix the smbmnt compile. | Andrew Bartlett | 2002-06-25 | 1 | -1/+1 | |
| | ||||||
* | I'm going to try and check this against Win2k shortly, but I'm certain that | Andrew Bartlett | 2002-06-25 | 1 | -1/+1 | |
| | | | | | | 'NT_STATUS_OK' is not the right answer here. Try NO_MORE_ENTRIES for now. Andrew Bartlett | |||||
* | Try to avoid infinite loops when reteriving users - even from broken servers. | Andrew Bartlett | 2002-06-25 | 1 | -1/+4 | |
| | | | | Andrew Bartlett | |||||
* | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2002-06-25 | 12 | -158/+67 | |
| | | | | | | few more places to use it. Andrew Bartlett | |||||
* | And another .cvsignore | Andrew Bartlett | 2002-06-25 | 1 | -0/+1 | |
| | ||||||
* | Add a .cvsignore file | Andrew Bartlett | 2002-06-25 | 1 | -0/+1 | |
| | ||||||
* | Kill off unnecessary cast. | Andrew Bartlett | 2002-06-25 | 1 | -2/+3 | |
| | ||||||
* | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 2002-06-25 | 14 | -183/+268 | |
| | | | | | | | | | | | | | | | | Now smbclient, net, and swat use their own proto files - now the global proto.h The change to libads/kerberos.c was to break up the dependency on secrets.c - we want to be able to write an ADS client that doesn't need local secrets. I have other breakups in the works - I will remove the dependency of rpc_parse on passdb (and therefore secrets.c) shortly. (NOTE: This patch does *not* break up includes.h, or other such forbidden actions). Andrew Bartlett | |||||
* | Add a couple more DEBUG()s to winbindd. | Andrew Bartlett | 2002-06-25 | 1 | -4/+9 | |
| | | | | Andrew Bartlett | |||||
* | fixed a bug in handling select in the main daemon - this stops the daemon ↵ | Andrew Tridgell | 2002-06-25 | 1 | -12/+6 | |
| | | | | spinning if a signal is received at an inconvenient moment | |||||
* | removed compiler warning | Gerald Carter | 2002-06-25 | 1 | -1/+1 | |
| | ||||||
* | merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on something | Gerald Carter | 2002-06-25 | 3 | -820/+921 | |
| | | | | | here because HEAD does it differently, someone let me know. This looks ok and compiles fine from what I can tell. | |||||
* | merging some autoconf changes from SAMBA_2_2 | Gerald Carter | 2002-06-24 | 3 | -1091/+1025 | |
| | ||||||
* | sync with the sec_desc parsing fix from APP_HEAD. I will probably need | Gerald Carter | 2002-06-24 | 1 | -16/+11 | |
| | | | | to revisit this some. | |||||
* | replacing free() with SAFE_FREE() where possible | Gerald Carter | 2002-06-24 | 1 | -8/+8 | |
| | ||||||
* | backing out changes for now | Gerald Carter | 2002-06-24 | 1 | -11/+11 | |
| | ||||||
* | compile fix | Gerald Carter | 2002-06-24 | 1 | -0/+1 | |
| | ||||||
* | forgot new error code from 2.2 | Gerald Carter | 2002-06-24 | 1 | -0/+1 | |
| | ||||||
* | printing merge from SAMBA_2_2. Ther server code looks to be in sync now. | Gerald Carter | 2002-06-24 | 6 | -71/+131 | |
| | | | | | | | | Mostly formatting and s/free/SAFE_FREE/g changes with the two exceptions being * John driver init changes * Tim's printer enumeration bug fix | |||||
* | Support utf8 on the wire for ads ldap. DN's are converted, as well as strings, | Jim McDonough | 2002-06-24 | 4 | -349/+315 | |
| | | | | | | | | | | | | | | though it is up to the calling function to decide whether values are strings or not. Attributes are not converted at this point, though support for it would be simple. I have tested it with users and groups using non-ascii chars, and if the check for alphanumeric user/domain names is removed form sesssetup.c, even a user with accented chars can connect, or even login (via winbind). I have also simplified the interfaces to ads_mod_*, though we will probably want to expand this by a few functions in the near future. We just had too many ways to do the same thing... | |||||
* | Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough | Jeremy Allison | 2002-06-24 | 3 | -1074/+1532 | |
| | | | | | now supported in HEAD. Jeremy. | |||||
* | much better findstatic script | Andrew Tridgell | 2002-06-24 | 2 | -59/+65 | |
| | ||||||
* | Try to get security=domain at least slightly working. | Andrew Bartlett | 2002-06-24 | 2 | -8/+13 | |
| | | | | | | | | | | | | | The previous code both had basic logic flaws in it, and some subtle issues regarding the Win2k info3 response. I've tested this against Samba (it looks like that was missed last time due to the 'called name' corruption - which broke my testsuite) and accomidated what I've seen from a info3 printout jmcd gave me. I'll get this tested fully as soon as I get my VMware going again. Andrew Bartlett | |||||
* | Add module versioning to the passdb module system | Andrew Bartlett | 2002-06-22 | 5 | -6/+77 | |
| | | | | | | | | | | | | | All passdb modules need to include a 'magic' macro that creates simple 'return my version number' function. (from metze and jelmer) Also fix up the dir_drive autosubsitute code to correctly use lp_logon_drive(). (from metze) Andrew Bartlett | |||||
* | Raise some debug levels. | Andrew Bartlett | 2002-06-22 | 2 | -2/+2 | |
| | | | | Andrew Bartlett | |||||
* | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 2002-06-21 | 8 | -14/+22 | |
| | | | | | Replaced with "unsigned int". Jeremy. | |||||
* | Fixed incorrect debug. | Tim Potter | 2002-06-21 | 1 | -1/+1 | |
| | ||||||
* | Format tidyup before I start working on scalability fixes (one file per | Jeremy Allison | 2002-06-21 | 1 | -74/+134 | |
| | | | | | print queue). Jeremy. | |||||
* | Changed level of "bind succeded on port %d" debug to 10. | Tim Potter | 2002-06-21 | 1 | -1/+1 | |
| | ||||||
* | Fix from Andrew Esh for not checking return code. | Jeremy Allison | 2002-06-20 | 1 | -0/+3 | |
| | | | | Jeremy. | |||||
* | Remove "inline" - shouldn't be in portable code. | Jeremy Allison | 2002-06-20 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Got rid of unused flags field in lanman api_commands[]. | Tim Potter | 2002-06-20 | 1 | -36/+49 | |
| | | | | | | | | | | | | | | Added an auth_user field which denotes whether the api call can be made anonymously. In combination with lp_restrict_anonymous() this can decrease the amount of information that can be retrieved anonymously. So far NetShareEnum, NetSessionEnum, NetGroupEnum, NetGroupGetUsers, NetUserEnum, PrintQEnum, NetFileEnum cannot be called anonymously. SamOEMChangePassword and NetServerEnum can be called anonymously. All other functions can be called anonymously until it can be proven that they can't to avoid breaking anything. | |||||
* | Renamed policy handle field in object containers to avoid cut&paste bugs. | Tim Potter | 2002-06-20 | 1 | -6/+6 | |
| | ||||||
* | Added samr_open_domain() call. | Tim Potter | 2002-06-20 | 1 | -19/+77 | |
| | ||||||
* | Compile fix for new arguments to cli_full_connection() | Tim Potter | 2002-06-20 | 1 | -9/+2 | |
| | ||||||
* | Fixed compiler warning. | Tim Potter | 2002-06-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed typo in debug. | Tim Potter | 2002-06-19 | 1 | -1/+1 | |
| | ||||||
* | when nmbd starts up it is possible that dhcp hasn't started the local | Andrew Tridgell | 2002-06-19 | 1 | -4/+9 | |
| | | | | | interfaces yet. Instead of giving up, nmbd will now wait for some interfaces to appear | |||||
* | more debug classess activated | Simo Sorce | 2002-06-18 | 56 | -2/+163 | |
| | ||||||
* | make the echo'ed command match the actual command run. | Andrew Bartlett | 2002-06-18 | 1 | -1/+1 | |
| | ||||||
* | compile warngin fixes merged from 2.2 | Gerald Carter | 2002-06-17 | 8 | -25/+29 | |
| | ||||||
* | Fixed typo in debug. | Tim Potter | 2002-06-17 | 1 | -1/+1 | |
| | ||||||
* | fix typo | Gerald Carter | 2002-06-17 | 1 | -1/+1 | |
| | ||||||
* | Cope with the requirement for constant initialisers on some unix C compilers. | Andrew Bartlett | 2002-06-16 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | Further updates to the service.c code. authorise_login() is now a bit simpiler | Andrew Bartlett | 2002-06-16 | 2 | -6/+6 | |
| | | | | | | | | | and we seem to have eliminated the segfault. Unfortunetly I'm still at a bit of a loss as to why it did segfault, but the patch is correct in any case. Andrew Bartlett | |||||
* | Two things: Check how many paramaters that the LDAP libs take for the | Andrew Bartlett | 2002-06-16 | 4 | -94/+199 | |
| | | | | | | | | rebind proc (some give an extra paramter to pass a void* paramater) and some small changes for the SMB signing code to reset things when the signing starts, and to 'turn off' signing if the session setup failed. Andrew Bartlett | |||||
* | Fix up some of the SMB signing code: | Andrew Bartlett | 2002-06-16 | 5 | -19/+47 | |
| | | | | | | | | | | | | | The problem was that *all* packets were being signed, even packets before signing was set up. (This broke the session request). This fixes it to be an 'opt in' measure - that is, we only attempt to sign things after we have got a valid, non-guest session setup as per the CIFS spec. I've not tested this against an MS server, becouse my VMware is down, but at least it doesn't break the build farm any more. Andrew Bartlett | |||||
* | When adding popt to an application, you need to ensure it builds on non-popt | Andrew Bartlett | 2002-06-15 | 1 | -1/+1 | |
| | | | | platforms :-) | |||||
* | Simplify this code further. Just substitute %H, and let the normal code | Andrew Bartlett | 2002-06-15 | 2 | -40/+3 | |
| | | | | | | paths handle the rest later. Andrew Bartlett | |||||
* | Unsused function since last commit | Andrew Bartlett | 2002-06-15 | 1 | -34/+0 | |
| |