Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed a return value for a help function | Andrew Tridgell | 2002-04-10 | 1 | -0/+1 | |
| | ||||||
* | Moved definition of winbind username/password secrets into secrets.h | Tim Potter | 2002-04-10 | 2 | -8/+8 | |
| | ||||||
* | When printing a tdb log message display "unnamed" instead of "unknown" if | Tim Potter | 2002-04-09 | 1 | -1/+1 | |
| | | | | the tdb has not been named. | |||||
* | Shirish pointed out more areas we should be doing roundups for allocation size. | Jeremy Allison | 2002-04-09 | 1 | -17/+16 | |
| | | | | Jeremy. | |||||
* | Fixed typo in debug statement. | Tim Potter | 2002-04-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed some compiler warnings. | Tim Potter | 2002-04-09 | 1 | -5/+5 | |
| | ||||||
* | Added WERR_INVALID_FORM_NAME constant. | Tim Potter | 2002-04-09 | 3 | -0/+3 | |
| | ||||||
* | Add a become_root()/unbecome_root() pair to allow acces to the passdb for | Andrew Bartlett | 2002-04-09 | 1 | -0/+4 | |
| | | | | SID lookup. This fixes a bug where SIDs (rather than names) are displayed in windows ACL lists | |||||
* | Fixed setform and addform functions. | Tim Potter | 2002-04-09 | 1 | -21/+17 | |
| | ||||||
* | Added constants for form types and WERROR values. | Tim Potter | 2002-04-09 | 1 | -0/+38 | |
| | ||||||
* | The useless_ptr must be non-zero for addform and setform client functions | Tim Potter | 2002-04-09 | 1 | -2/+5 | |
| | | | | | | to work. Note about setprinter level 1 not existing. | |||||
* | Fix location of binaries and make sure they get there. Still experimental. | John Terpstra | 2002-04-08 | 1 | -5/+5 | |
| | ||||||
* | a fix yet committed to 2.2 sometimes ago and reintroduced here! | Simo Sorce | 2002-04-08 | 1 | -1/+1 | |
| | ||||||
* | Reintroduce the 2.2 name mangling code, until we get are more flexible solution. | Andrew Bartlett | 2002-04-08 | 4 | -830/+805 | |
| | | | | | | | Even for a hash/cache setup, this code needs some more work, in particular it needs to use mangle_get_prefix() etc and to move to unicode internals. Andrew Bartlett | |||||
* | Fix up major logic reversal flaws in pdb_ldap. | Andrew Bartlett | 2002-04-08 | 1 | -36/+70 | |
| | | | | | | | | WARNING: if you relied on these logic flaws, you will need to manually edit your ldap backend (for things like account expries etc). Now correctly retunes the information needed for 'must change at next login' support. | |||||
* | Spelling. | Tim Potter | 2002-04-07 | 3 | -3/+3 | |
| | ||||||
* | Fix pathes. | John Terpstra | 2002-04-07 | 1 | -3/+7 | |
| | ||||||
* | uint32 store and fectch functions, a signed int is not enough sometimes | Simo Sorce | 2002-04-07 | 1 | -0/+96 | |
| | ||||||
* | better check of called function's return | Simo Sorce | 2002-04-07 | 2 | -59/+127 | |
| | | | | tdbtorture say it's ok | |||||
* | Oops .. last update was committed before saving! Argh! | John Terpstra | 2002-04-07 | 1 | -2/+2 | |
| | ||||||
* | Updated because I want this for now - NOTE: This will change before release | John Terpstra | 2002-04-07 | 1 | -6/+11 | |
| | | | | as this is NOT what we need to ship. This is experimental only at this time. | |||||
* | Always pass NT password as well as Lanman. | Jeremy Allison | 2002-04-06 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fix Gerry bug - MajorVersion should be 2 not 3. | Jeremy Allison | 2002-04-05 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fixed up admin user / guest user lookup. | Jeremy Allison | 2002-04-05 | 1 | -5/+8 | |
| | | | | Jeremy. | |||||
* | Use the new ads_do_search_all2 function. It provides sorted results. We now | Jim McDonough | 2002-04-05 | 1 | -30/+18 | |
| | | | | | also filter out users that end in '$', which gives us the same results as the net rpc user and net rap user. | |||||
* | Several updates to get server side sorting going: | Jim McDonough | 2002-04-05 | 1 | -26/+78 | |
| | | | | | | | | | | | | | | | - Added sort control to ads_do_paged_search. It allows a char * to be passed as the sort key. If NULL, no sort is done. - fixed a bug in the processing of controls (loop wasn't incremented properly) - Added ads_do_search_all2, which funs a function that is passed in against each entry. No ldapmessage structures are returned. Allows results to be processed as the come in on each page. I'd like ads_do_search_all2 to replace ads_do_search_all, but there's some work to be done in winbindd_ads.c first. Also, perhaps now we can do async ldap searches? Allow us to process a page while the server retrieves the next one? | |||||
* | Merge from 2.2 | Volker Lendecke | 2002-04-05 | 1 | -9/+11 | |
| | ||||||
* | New version of patch. | Tim Potter | 2002-04-05 | 1 | -13/+15 | |
| | ||||||
* | make proto | Tim Potter | 2002-04-05 | 1 | -0/+46 | |
| | ||||||
* | Added new files for drivers, forms and ports conversion routines. | Tim Potter | 2002-04-05 | 1 | -0/+3 | |
| | ||||||
* | Fixed dodgy looking prototypes for py_to_* functions. | Tim Potter | 2002-04-05 | 1 | -11/+11 | |
| | ||||||
* | Removed unused label. | Tim Potter | 2002-04-05 | 1 | -1/+0 | |
| | ||||||
* | Converted drivers, forms and ports functions to use new conversion routines | Tim Potter | 2002-04-05 | 6 | -145/+304 | |
| | | | | and exception throwing. | |||||
* | Added py_spoolss_printers_conv.c to spoolss extension. | Tim Potter | 2002-04-05 | 1 | -0/+1 | |
| | ||||||
* | make proto | Tim Potter | 2002-04-05 | 1 | -0/+2 | |
| | ||||||
* | New routines to convert between structures and python dictionaries. We now | Tim Potter | 2002-04-05 | 1 | -0/+367 | |
| | | | | | hide to_struct() and from_struct() from the caller so we can add custom fields nicely. | |||||
* | Throw a spoolss.werror exception when the rpc client routines return | Tim Potter | 2002-04-05 | 1 | -272/+80 | |
| | | | | | | | | | errors. Move to new system of converting between structures and python dictionaries. Lots of stuff moved to py_spoolss_printers_conv.c Setprinter level 2 kind of works now. | |||||
* | Don't include py_spoolss_conv.h by default. We want to hide these | Tim Potter | 2002-04-05 | 1 | -1/+0 | |
| | | | | functions from method functions. | |||||
* | Added functions to return Python tuples (error code, error string) | Tim Potter | 2002-04-05 | 2 | -0/+19 | |
| | | | | corresponding to NT and DOS errors. | |||||
* | add utils/net_help.c to bin/net build | Jim McDonough | 2002-04-05 | 1 | -1/+1 | |
| | ||||||
* | Lots more net consistency work: | Jim McDonough | 2002-04-05 | 5 | -117/+470 | |
| | | | | | | | | - Added net_help.c for unified help when possible - Added net rpc user listing, delete, info commands - Unified net user command to autodetect ads/rpc/rap (try in that order) - Added generic routine for detecting rpc (protocol > PROTOCOL_NT1) - I'm sure I forgot something. | |||||
* | Make bin/nsstest as part of torture target. | Tim Potter | 2002-04-04 | 1 | -1/+2 | |
| | ||||||
* | Fixed some compile warnings. | Tim Potter | 2002-04-04 | 2 | -2/+4 | |
| | ||||||
* | More spelling. | Tim Potter | 2002-04-04 | 1 | -1/+1 | |
| | ||||||
* | Multiple changes: | Jim McDonough | 2002-04-04 | 1 | -11/+16 | |
| | | | | | | | | | | - Get rid of improper "Invalid option: d (100)" message when setting debug from commandline. - Eliminate got_pass global and only use opt_password. This enables re-use of password that may have been enetered in failed ads connect. - Auto-detect method for net user command - use new net_ads_check rather than lp_security==ADS test on net join - Get rid of annoying debug level 0's | |||||
* | Cleanups to make auto-detection of method on net user smoother. | Jim McDonough | 2002-04-04 | 1 | -5/+10 | |
| | ||||||
* | More updates for auto-detecting server connection method. Added net_ads_check() | Jim McDonough | 2002-04-04 | 1 | -5/+38 | |
| | | | | | | to make a connection (which stores the password in a global so it can be used by rpc or rap function if ads fails) and close it to verify if ads method should be used. | |||||
* | small change in name_resolve_bcast() | Jean-François Micouleau | 2002-04-04 | 1 | -1/+1 | |
| | | | | | | | | | spotted by alexander bokovoy. it shouldn't break anything. if it's wrong, feel free to revert but explain why. J.F. | |||||
* | If compiling with Insure, mallocate a byte of memory and attach it to the | Tim Potter | 2002-04-04 | 3 | -1/+45 | |
| | | | | | | | | | | | | | POLICY_HND structure when passing new handles back from the appropriate cli_* functions. When closing the policy handle free the memory. Insure (and indeed other memory checkers) should detect handles that have not been closed properly as memory leaks. Unfortunately this can only be done when the program terminates (set insure++.summarize leaks in your .psrc file) rather than when the policy handle falls out of scope. Looks like Jeremy has squished all the policy handle leaks at the moment but more are bound to crop up later. | |||||
* | Spelling. | Tim Potter | 2002-04-04 | 1 | -1/+1 | |
| |