Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r15135: working on 3.0.23pre1; sync to SAMBA_3_0 r15132 | Gerald Carter | 2006-04-19 | 460 | -30941/+50697 | |
|\ | ||||||
| * | r15133: in_server is not used anywhere | Volker Lendecke | 2006-04-19 | 2 | -4/+0 | |
| | | ||||||
| * | r15132: Fix some shadowed variable warnings | Volker Lendecke | 2006-04-19 | 2 | -28/+28 | |
| | | ||||||
| * | r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal. | Jeremy Allison | 2006-04-18 | 4 | -5/+57 | |
| | | | | | | | | | | | | With this change (and setting lanman auth = no in smb.conf) we have *identical* NTLMSSP flags to W2K3 in SPNEGO auth. Jeremy | |||||
| * | r15123: Don't even try to join with an inproper configuration. | Günther Deschner | 2006-04-18 | 2 | -0/+13 | |
| | | | | | | | | Guenther | |||||
| * | r15119: Initialize our global sam sid first, quite a lot of the other ↵ | Volker Lendecke | 2006-04-18 | 1 | -11/+22 | |
| | | | | | | | | | | | | | | | | | | | | initialization routines further down depend on it. Fix bug 3696. Volker | |||||
| * | r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don't | James Peach | 2006-04-18 | 2 | -9/+7 | |
| | | | | | | | | convert the default timeout to milliseconds twice. | |||||
| * | r15115: Fix error return on sessionsetup. Ensure no | Jeremy Allison | 2006-04-18 | 1 | -11/+15 | |
| | | | | | | | | | | data blob is added if the logon call failed. Jeremy. | |||||
| * | r15112: Move strict locking default to auto. Fix up the error | Jeremy Allison | 2006-04-17 | 2 | -2/+2 | |
| | | | | | | | | | | return for one of the Samba4 torture tests. Jeremy. | |||||
| * | r15107: 64 bit fixes. size_t on a 64-bit box is not uint32. | Jeremy Allison | 2006-04-17 | 1 | -3/+12 | |
| | | | | | | | | Jeremy. | |||||
| * | r15104: Implement Samba4's tdb_name(). | Volker Lendecke | 2006-04-17 | 2 | -1/+9 | |
| | | | | | | | | Volker | |||||
| * | r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4's | Volker Lendecke | 2006-04-17 | 2 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | tdb. tdb_open_ex needs it. Can someone from samba4 tell me how this should be handled? Thanks, Volker | |||||
| * | r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace ↵ | Volker Lendecke | 2006-04-17 | 2 | -15/+15 | |
| | | | | | | | | | | | | by uint32. Volker | |||||
| * | r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring ↵ | Volker Lendecke | 2006-04-17 | 12 | -24/+32 | |
| | | | | | | | | | | | | | | | | | | does not have the timeout argument in Samba4. Add a new routine tdb_lock_bystring_with_timeout. Volker | |||||
| * | r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This ↵ | Volker Lendecke | 2006-04-16 | 2 | -2/+59 | |
| | | | | | | | | | | | | | | | | should list long share names. Volker | |||||
| * | r15093: Align to the last winbind changes. | Lars Müller | 2006-04-15 | 1 | -6/+6 | |
| | | ||||||
| * | r15088: Remove all time() and gettimeofday() calls out of the mainline | Jeremy Allison | 2006-04-15 | 6 | -29/+19 | |
| | | | | | | | | | | | | packet processing code. Only do these when needed (ie. in the idle timeout code). We drop an unneccessary global here too. Jeremy. | |||||
| * | r15086: Get defensive about creating user accounts when winbindd | Gerald Carter | 2006-04-14 | 1 | -2/+5 | |
| | | | | | | | | fails (but is present). | |||||
| * | r15084: Try and squeeze more out of the non-read/write code path. | Jeremy Allison | 2006-04-14 | 3 | -11/+17 | |
| | | | | | | | | Jeremy. | |||||
| * | r15083: Using talloc with destructors is nice and all, but in this | Jeremy Allison | 2006-04-13 | 3 | -35/+31 | |
| | | | | | | | | | | | | | | case it's in a performace critical path and it *hurts* us. Go back to plain malloc/free with an explicit destructor call. Jeremy. | |||||
| * | r15080: As discussed with Jerry, remove the CAP_LIBS again (we don't need that | Günther Deschner | 2006-04-13 | 2 | -40/+36 | |
| | | | | | | | | | | | | | | | | handling anymore when we remove $(LIBS) from pam_winbind again. Also make sure to build our own copy of iniparser with -fPIC. Guenther | |||||
| * | r15074: Remove -lcap from pam_winbind (not needed) | Gerald Carter | 2006-04-13 | 2 | -34/+38 | |
| | | | | | | | | | | Temporary linking fix for --with-included-iniparser (gd will do a proper fix later). | |||||
| * | r15072: Last bit of 32/64 bit portabilities fixes for winbind | Gerald Carter | 2006-04-13 | 3 | -9/+19 | |
| | | | | | | | | | | | | | | | | clients and aservers. Strange compiler-fu on 64-bit SLES9 says sizeof(time_t) == 4 but the memory alignment is on 8 bytes. Change time_t to uint32 to fix alignment. Remove 'char **gr_mem' from struct winbindd_gr since it was not being used. | |||||
| * | r15068: Fix a shadowed variable warning | Volker Lendecke | 2006-04-13 | 1 | -2/+2 | |
| | | ||||||
| * | r15060: The brlock code gets called a lot. Ensure we keep the | Jeremy Allison | 2006-04-12 | 2 | -29/+21 | |
| | | | | | | | | | | | | key around while we're using it - saves many calls to locking_key() (now deleted). Jeremy. | |||||
| * | r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ↵ | Gerald Carter | 2006-04-12 | 22 | -131/+168 | |
| | | | | | | | | winbindd server | |||||
| * | r15047: Add support for using libunwind to generate a backtrace. This is | James Peach | 2006-04-12 | 3 | -32/+129 | |
| | | | | | | | | | | primarily intended for ia64 systems where libunwind knows more about the different ways of walking the stack that just about anything else. | |||||
| * | r15046: Fix bug #3490 reported by Jason Mader. Do not continue to check for LDAP | James Peach | 2006-04-11 | 1 | -24/+34 | |
| | | | | | | | | | | and AD requirements if --without-ldap and --without-ads have been given to configure. | |||||
| * | r15044: Fix the build. (void returning non-void). | Günther Deschner | 2006-04-11 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r15043: Only build our copy of iniparser when the system doesn't have one. | Günther Deschner | 2006-04-11 | 2 | -4/+41 | |
| | | | | | | | | Guenther | |||||
| * | r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS | Günther Deschner | 2006-04-11 | 9 | -252/+1272 | |
| | | | | | | | | | | | | | | | | | | servers. Also add a new "net rpc audit" tool. The lsa query infolevels were taken from samb4 IDL, the lsa policy flags and categories are partly documented on msdn. I need to cleanup the double lsa_query_info_policy{2}{_new} calls next. Guenther | |||||
| * | r15040: Stripping the parametric options in pam_winbind and use | Günther Deschner | 2006-04-11 | 3 | -12/+13 | |
| | | | | | | | | | | | | | | /etc/security/pam_winbind.conf as config file for the PAM module by default. Guenther | |||||
| * | r15039: Fix an uninitialized variable. I _think_ this should default to | Volker Lendecke | 2006-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | PAM_SUCCESS. Günther, could you take a look? Thanks, Volker | |||||
| * | r15038: Replace all code in pam_winbind that relied on access to samba | Günther Deschner | 2006-04-11 | 3 | -90/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | internals, mostly with the code that was in pam_winbind before. Also switch from using loadparm to use iniParser to read the new pam_winbind options from a configuration file. That still uses the old (parametric) option names which will be replaced next (as iniParser does not support parametric options). Guenther | |||||
| * | r15037: Adding iniParser (http://ndevilla.free.fr/iniparser/), a free inifile | Günther Deschner | 2006-04-11 | 21 | -0/+3405 | |
| | | | | | | | | | | | | | | | | | | parsing library under the MIT licence. This is required to have a configuration ini-file for pam_winbind without using loadparm in the next step. Guenther | |||||
| * | r15035: It seems that many preprocessors do not like comments in macro args.. | Volker Lendecke | 2006-04-11 | 1 | -1/+4 | |
| | | ||||||
| * | r15034: Attempt to make the build farm happy | Volker Lendecke | 2006-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | r15030: On a performace hunt... Remove as many extraneous | Jeremy Allison | 2006-04-11 | 6 | -33/+29 | |
| | | | | | | | | | | memset's as possible. Jeremy. | |||||
| * | r15028: Fix logic error checking valid args to POSIX lock | Jeremy Allison | 2006-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | call. Jeremy. | |||||
| * | r15026: Fix warning until POSIX locking finished. | Jeremy Allison | 2006-04-10 | 1 | -2/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r15025: Fix exit_server_cleanly call. | Jeremy Allison | 2006-04-10 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r15022: Fix core dumps on normal server exit. | Jeremy Allison | 2006-04-10 | 3 | -10/+10 | |
| | | | | | | | | Jeremy. | |||||
| * | r15020: Fix issue with samba4 netbench torture tester, | Jeremy Allison | 2006-04-10 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | it sends break replies to "break to none from level2" requests and it shouldn't. Just don't log a debug level zero message. Jeremy. | |||||
| * | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 2006-04-10 | 27 | -1628/+3207 | |
| | | | | | | | | | | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy. | |||||
| * | r15012: Fix bug #2715. Fix suggested by ISHIKAWA Tomonori <toishika@fsi.co.jp> | Jeremy Allison | 2006-04-09 | 1 | -2/+0 | |
| | | | | | | | | | | No need to null terminate early, pull_ascii_fstring will do this. Jeremy. | |||||
| * | r15011: Fix bug # 2413. net rpc info can't reliably work anonymously anymore. | Volker Lendecke | 2006-04-09 | 1 | -1/+3 | |
| | | | | | | | | Volker | |||||
| * | r15009: Add a check for NULL | Volker Lendecke | 2006-04-09 | 1 | -0/+3 | |
| | | ||||||
| * | r15007: fixed usage of cli_list() in smbwrapper so it compiles. This doesn't ↵ | Andrew Tridgell | 2006-04-09 | 1 | -4/+4 | |
| | | | | | | | | get smbwrapper really working again, but at least it will help Timur Bakeyev in his question to make it work | |||||
| * | r15005: Fix printf args to remove warnings. | Jeremy Allison | 2006-04-09 | 1 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ↵ | Gerald Carter | 2006-04-08 | 10 | -11/+213 | |
| | | | | | | | | ensure that global memory is freed when unloading pam_winbind.so (needs more testing on non-linux platforms) |