Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change to representing buffers ('B') as (LEN, STRING) in Python, | Martin Pool | 2002-11-04 | 1 | -130/+112 | |
| | | | | | | rather than as just a string. Makes the code more messy, but needed for compatibility with existing PSA Python code which seems to be too knotty to separate out. | |||||
* | test_pack_extra: Add additional cases. | Martin Pool | 2002-11-04 | 1 | -7/+12 | |
| | | | | test_pack_failures: Remove cases for which old code is too lax. | |||||
* | test_pack_extra: Better way of testing packing with extra values. | Martin Pool | 2002-11-04 | 1 | -3/+3 | |
| | ||||||
* | pytdbpack_calc_reqd_len: It's no longer an error to supply more data | Martin Pool | 2002-11-04 | 1 | -8/+2 | |
| | | | | values than are consumed. | |||||
* | Doc | Martin Pool | 2002-11-04 | 1 | -2/+5 | |
| | ||||||
* | test_pack_extra: The old code does not complain when there are too | Martin Pool | 2002-11-04 | 1 | -1/+15 | |
| | | | | | many data values for the format. Test that the new code behaves the same way. | |||||
* | test_pack_failures: The old code does not complain when there are too | Martin Pool | 2002-11-04 | 1 | -6/+14 | |
| | | | | | | many data values for the format, so we don't test that here. test_large: New test case for packing/unpack a thousand values. | |||||
* | pytdbpack_calc_reqd_len: Make exception be thrown correctly when a | Martin Pool | 2002-11-04 | 1 | -2/+5 | |
| | | | | | | | | non-string is used with a string format code. (It was being generated but not thrown.) Also call checked versions of some functions rather than FAST_* versions. | |||||
* | test_pack_failures: The old and new code is not exactly the same about | Martin Pool | 2002-11-04 | 1 | -33/+37 | |
| | | | | | error detection, so now we don't care what exact error is returned as long as we get something. | |||||
* | test_pack: Coercing a dictionary to a sequence as it is packed is not | Martin Pool | 2002-11-04 | 1 | -4/+0 | |
| | | | | compatible with the old code, and so it is removed from the test case. | |||||
* | Sync to actual state | Jelmer Vernooij | 2002-11-04 | 1 | -3/+2 | |
| | ||||||
* | Add FIXME about --with-python | Martin Pool | 2002-11-04 | 1 | -0/+4 | |
| | ||||||
* | Large number of updates - new structure of the HOWTO, better names, ↵ | Jelmer Vernooij | 2002-11-04 | 8 | -531/+472 | |
| | | | | introductions, updating to 3.0 | |||||
* | Move testsmbc.c to examples | Jelmer Vernooij | 2002-11-04 | 1 | -455/+0 | |
| | ||||||
* | testsmbc should only be in examples | Jelmer Vernooij | 2002-11-04 | 1 | -2/+1 | |
| | ||||||
* | Move encryption algorithm explanation to dev-doc | Jelmer Vernooij | 2002-11-04 | 2 | -0/+198 | |
| | ||||||
* | Move explanation of encryption algorithm to dev-doc | Jelmer Vernooij | 2002-11-04 | 1 | -216/+27 | |
| | ||||||
* | Add @BUILD_POPT@ to smbclient | Jelmer Vernooij | 2002-11-04 | 1 | -2/+2 | |
| | ||||||
* | Don't pass any booleans to pdb_set_* functions | Jelmer Vernooij | 2002-11-04 | 1 | -9/+9 | |
| | ||||||
* | Don't pass true to pdb_set_* functions | Jelmer Vernooij | 2002-11-04 | 1 | -9/+9 | |
| | ||||||
* | Handle -p correctly | Jelmer Vernooij | 2002-11-04 | 1 | -1/+1 | |
| | ||||||
* | Adapt to metze's PDB_SET patch | Jelmer Vernooij | 2002-11-04 | 2 | -58/+58 | |
| | ||||||
* | Make IRIX happy | Jelmer Vernooij | 2002-11-04 | 2 | -19/+18 | |
| | ||||||
* | Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we must | Andrew Bartlett | 2002-11-04 | 1 | -10/+14 | |
| | | | | | | | | | link it on a per-program basis. Next step is to make -lpopt apply only to the right programs, which might help some of this kind of thing show up on Linux. Andrew Bartlett | |||||
* | Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hope | Andrew Bartlett | 2002-11-04 | 1 | -19/+20 | |
| | | | | | this will fix some of the problems on the build farm @ Compaq (where they have a *lot* of accounts...). | |||||
* | Fix debug | Andrew Bartlett | 2002-11-04 | 1 | -1/+1 | |
| | ||||||
* | Move to the use of the 'initialised' flag, rather than the fact the pointer is | Andrew Bartlett | 2002-11-04 | 1 | -8/+9 | |
| | | | | | | NULL. Andrew Bartlett | |||||
* | Try to fix popt dependencies - we were linking to popt before we built with it. | Andrew Bartlett | 2002-11-04 | 1 | -6/+6 | |
| | | | | Andrew Bartlett | |||||
* | Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on | Andrew Bartlett | 2002-11-04 | 1 | -2/+2 | |
| | | | | | | systems other than linux. Andrew Bartlett | |||||
* | The fixes from Tom plus a minor update from me. | Richard Sharpe | 2002-11-04 | 5 | -174/+329 | |
| | ||||||
* | Extra little fix to vl's patch. Make sure the passdb and testparm messages | Andrew Bartlett | 2002-11-03 | 2 | -5/+9 | |
| | | | | | | | say exactly the same thing - in particular that we can algorithmic rid base == 1000, and use the BASE_RID macro to avoid the use of magic numbers. Andrew Bartlett | |||||
* | make_server_info_guest() can need root for the ldapsam backend | Andrew Tridgell | 2002-11-03 | 1 | -1/+4 | |
| | ||||||
* | Force algorithmic rid base to sane values and talk about it. | Volker Lendecke | 2002-11-03 | 2 | -4/+33 | |
| | | | | Volker | |||||
* | Remove obsolete function usage and some unused variables | Jelmer Vernooij | 2002-11-02 | 1 | -27/+1 | |
| | ||||||
* | Remove dummy function I used for testing | Jelmer Vernooij | 2002-11-02 | 1 | -7/+0 | |
| | ||||||
* | Convert to popt. | Jelmer Vernooij | 2002-11-02 | 1 | -75/+23 | |
| | | | | Removed -o and -a options - these have been broken since 2.2 without complaints from users | |||||
* | Add more options to popt_common and use them. Current ones are: | Jelmer Vernooij | 2002-11-02 | 3 | -28/+62 | |
| | | | | | | | | | -V Version information -n Set netbios name -l Set directory to store log files in -d Set debuglevel -s Load specified configuration file -O Set socket options | |||||
* | Fix typo | Andrew Bartlett | 2002-11-02 | 1 | -1/+1 | |
| | ||||||
* | Clean up this a little - add comments describing a bit of what is going on | Andrew Bartlett | 2002-11-02 | 1 | -5/+6 | |
| | | | | here. | |||||
* | Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccount | Andrew Bartlett | 2002-11-02 | 3 | -40/+134 | |
| | | | | | | | | | | | | | attributes rather than calling getpwnam() on the user. This should help fix some of metze's performance issues - particularly on enumerations. There is a consequential change to the operation of 'non unix account's in LDAP - they are no longer restricted to being 'within' the NUA range, but will always be added to that range. Finally, there is the doco for this and the previous LDAP SSL changes. | |||||
* | Make sure that %u is used for SID elements ... | Richard Sharpe | 2002-11-02 | 1 | -1/+1 | |
| | ||||||
* | Return the result code, not false (0 == success) on error... | Andrew Bartlett | 2002-11-02 | 1 | -1/+1 | |
| | ||||||
* | Fixes for pdb_ldap: | Andrew Bartlett | 2002-11-02 | 2 | -111/+105 | |
| | | | | | | | | | | | | | - Default is now for start-tls, on the ldap (not ldaps) port - We check for 'I am currently root' in the right place now, and don't accidentily use a cached connection. - We don't loop on failure to be root, or some other errors. - A bit cleaner error reporting for add/modify. - Both the OpenLDAP and manual URI parsing tested. Andrew Bartlett | |||||
* | Fix --set-auth-user command to delete entries from the secrets file when an | Tim Potter | 2002-11-02 | 1 | -12/+68 | |
| | | | | | | | | empty username/password is passed on the command line. Previously we were leaving the domain name set and the password set to a NULL character. Added a --get-auth-user command to display the restrict anonymous username information. Can only be run successfully by root. | |||||
* | Some winbindd cleanups I made trying to fix cr1020: | Tim Potter | 2002-11-02 | 2 | -38/+108 | |
| | | | | | | | | | | | | - move winbindd client handling into accessor functions in winbindd_util.c - move some winbindd socket routines into accessor functions in winbindd_utils.c (The deadlock situation mentioned in the appliance branch is probably not applicable since we don't clear the connection cache on SIGHUP. Perhaps we should?) | |||||
* | Add popt_common_socket_options | Jelmer Vernooij | 2002-11-02 | 1 | -0/+1 | |
| | ||||||
* | Handle the case where the password used in RPC connections (for restrict | Tim Potter | 2002-11-02 | 1 | -3/+8 | |
| | | | | anonymous support) is blank. | |||||
* | Display pipe name in rpc bind failure debug. | Tim Potter | 2002-11-02 | 1 | -1/+2 | |
| | ||||||
* | Convert to popt | Jelmer Vernooij | 2002-11-02 | 1 | -87/+30 | |
| | ||||||
* | Initial updating of Diagnosis | Jelmer Vernooij | 2002-11-02 | 1 | -13/+17 | |
| |