Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Sync up the VFS changes from 2.2.x. | Jeremy Allison | 2002-03-19 | 5 | -294/+883 | |
| | | | | Jeremy. | |||||
* | Merge in JohnR's page count fixes. | Jeremy Allison | 2002-03-19 | 4 | -8/+64 | |
| | | | | Jeremy. | |||||
* | Sync up vfs changes from 2.2.x. | Jeremy Allison | 2002-03-19 | 10 | -188/+68 | |
| | | | | Jeremy. | |||||
* | ops forgot this :-) | Simo Sorce | 2002-03-19 | 1 | -0/+8 | |
| | ||||||
* | more verbose checking in talloc and util_pw | Simo Sorce | 2002-03-18 | 6 | -90/+162 | |
| | | | | | fixed tdbsam memory corruption (and segfault) reducing calls to pdb_uid_to_user_rid and countrary to 0 to move to a non alghoritmic rid allocation with some passdb modules. | |||||
* | Start to switch away from the alghorithmic uid->rid mapping model | Simo Sorce | 2002-03-18 | 5 | -29/+179 | |
| | ||||||
* | Allow us to see the difference between these two errors. (We need to chase | Andrew Bartlett | 2002-03-18 | 1 | -1/+7 | |
| | | | | | | down some bugs with it...). Andrew Bartlett | |||||
* | preparing for release of 3.0-alpha17 | Samba Release Account | 2002-03-18 | 2 | -1/+15 | |
| | ||||||
* | Fix ability to compile with CUPS support. | John Terpstra | 2002-03-17 | 1 | -2/+2 | |
| | ||||||
* | Added dos_errstr() function. Not all errors in list yet. | Tim Potter | 2002-03-17 | 6 | -23/+99 | |
| | ||||||
* | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 35 | -113/+113 | |
| | ||||||
* | Fix build for non-ads case | Jim McDonough | 2002-03-16 | 1 | -0/+5 | |
| | ||||||
* | Don't use // even temporarily, lest ye forget it and check it in... | Jim McDonough | 2002-03-16 | 1 | -3/+3 | |
| | ||||||
* | Change new style join function name for clarity in net_rpc.c | Jim McDonough | 2002-03-15 | 1 | -1/+1 | |
| | ||||||
* | Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle ↵ | Jim McDonough | 2002-03-15 | 1 | -16/+17 | |
| | | | | subcommand \n\t3) try oldstyle first, then more secure method\n to allow for autodetect between ads and rpc on net join | |||||
* | Expose net_ads_join to allow for auto-transport-detection for net join | Jim McDonough | 2002-03-15 | 1 | -1/+1 | |
| | ||||||
* | Add autodetect for net join, as well as some more help updates | Jim McDonough | 2002-03-15 | 1 | -1/+18 | |
| | ||||||
* | Some help cleanups. Formatting and consistency issues. Line up text ↵ | Jim McDonough | 2002-03-15 | 5 | -83/+108 | |
| | | | | nicely, and make 'net help rap user' the same as 'net rap user help'...stuff like that | |||||
* | if our lock spin code fails then return the first error code, not the | Andrew Tridgell | 2002-03-15 | 1 | -4/+11 | |
| | | | | last one. This is what caused the lock1 and lock2 tests to fail. | |||||
* | the SEC_DOMAIN tests also apply to SEC_ADS | Andrew Tridgell | 2002-03-15 | 1 | -2/+2 | |
| | ||||||
* | nicer output from "net rpc user add" | Andrew Tridgell | 2002-03-15 | 1 | -0/+6 | |
| | ||||||
* | enable locking on the winbindd cache tdb so it can be backed up and | Andrew Tridgell | 2002-03-15 | 1 | -1/+1 | |
| | | | | manipulated externally | |||||
* | added a -h usage option to winbindd | Andrew Tridgell | 2002-03-15 | 1 | -1/+16 | |
| | ||||||
* | this tdb was being opened without locking, which is unsafe for shared | Andrew Tridgell | 2002-03-15 | 1 | -2/+2 | |
| | | | | databases | |||||
* | lower the debug level of failing to map a file | Andrew Tridgell | 2002-03-15 | 1 | -1/+1 | |
| | ||||||
* | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 2002-03-15 | 13 | -344/+1042 | |
| | | | | | | | | | | | | | in the reverse). * add in new printer change notify code from SAMBA_2_2 * add in se_map_standard() from 2.2 in _spoolss_open_printer_ex() * sync up the _print_queue_struct in smb.h (why did someone change the user/file names in fs_user/fs_file (or vice-versa) ? ) * sync up some cli_spoolss_XXX functions | |||||
* | Actually include some *information* in the mangle debug messages. | Andrew Bartlett | 2002-03-14 | 1 | -14/+39 | |
| | | | | | | | | In particular this shows the filename, prefix and counters involved. The unicode -> unix converion only occours for the error case. Andrew Bartlett | |||||
* | Add paged search requests to net ads user and net ads group commands, ↵ | Jim McDonough | 2002-03-14 | 1 | -21/+32 | |
| | | | | allowing more than 1000 (or whatever the query limit is on the server) objects to be returned. Printers will come next. | |||||
* | This adds the Paged Result Control to ads searching. The new function, ↵ | Jim McDonough | 2002-03-14 | 1 | -0/+79 | |
| | | | | ads_do_paged_search, is the same as ads_do_search, but it also contains a count of records returned in this page, and a cookie for resuming, to be passed back. The cookie must start off NULL, and when it returns as NULL, the search is done. | |||||
* | Remove studly gaps from prs_werror() calls so the same debug text is | Tim Potter | 2002-03-14 | 2 | -11/+11 | |
| | | | | | logged. This makes it much easier to use grep on log files when searching for errors. | |||||
* | Now we have reliable signals take SIGTERM inband. | Jeremy Allison | 2002-03-14 | 3 | -50/+62 | |
| | | | | Jeremy. | |||||
* | getpid() -> sys_getpid() | Tim Potter | 2002-03-14 | 7 | -27/+27 | |
| | ||||||
* | Backed out enumprinters stuff - leave it for another day. | Tim Potter | 2002-03-14 | 2 | -25/+13 | |
| | ||||||
* | Use sys_usleep not usleep. | Jeremy Allison | 2002-03-14 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Get the current directory after becoming root. | Jeremy Allison | 2002-03-14 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fixed bodgy printf arguments in debug statment. | Tim Potter | 2002-03-13 | 1 | -1/+1 | |
| | | | | Who would have guessed it - we now use floating point maths in Samba. | |||||
* | Ensure we attempt to lock at least once. Only sleep if time param set. | Jeremy Allison | 2002-03-13 | 1 | -1/+5 | |
| | | | | Jeremy. | |||||
* | include/smb_macros.h: Don't round up an allocation if the size is zero. | Jeremy Allison | 2002-03-13 | 5 | -10/+44 | |
| | | | | | | | | | | | | | | "One of these locks is not like the others... One of these locks is not quite the same" :-). When is a zero timeout lock not zero ? When it's being processed by Windows 2000 of course.. This code change, ugly though it is - completely fixes the foxpro/access multi-user file system database problems that people have been having. I used a *wonderful* test program donated by "Gerald Drouillard" <gerald@drouillard.ca> which allowed me to completely reproduce this problem, and to finally determine the correct fix. This also explains why Windows 2000 is *so slow* when responding to the smbtorture lock tests. I *love* it when all these things come together and finally make sense :-). Jeremy. | |||||
* | detect SIZELIMIT_EXCEEDED in ldap queries and truncate | Andrew Tridgell | 2002-03-13 | 1 | -0/+4 | |
| | | | | | | the problem is, how the heck do we properly handle these? Jerry? It seems that the Win2000 ADS server only returns a max of 1000 records! | |||||
* | Ensure we never use "" as a domain name (Win9X apparently does this for 'net ↵ | Andrew Bartlett | 2002-03-13 | 1 | -1/+6 | |
| | | | | | | | | use' duirng login). Picked up from a post to a TNG list by Volker. Andrew Bartlett | |||||
* | Add "Creator Group" - was in 2.2.x and I'm syncing up the two. | Jeremy Allison | 2002-03-13 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Fix typo in copyright | Andrew Bartlett | 2002-03-13 | 1 | -1/+1 | |
| | ||||||
* | I don't need my name on this twice :-) | Andrew Bartlett | 2002-03-13 | 1 | -1/+0 | |
| | ||||||
* | Move the directory creation process outside the 'installbin.sh' script, and | Andrew Bartlett | 2002-03-13 | 3 | -14/+22 | |
| | | | | | | | | | | | | | into its own. The 'installdirs' makefile entry didn't do anything on my laptop, so it has been replaced with the section from installbin.sh. This also fixes the bug that we ignored the setting of $(PRIVATEDIR) when making the directories. Finally, link pam_winbind with .po objects only, not a mix of .o and .po (as per Don Mccall's request). Andrew Bartlett | |||||
* | Remove a stub function I forgot to fill in. | Jeremy Allison | 2002-03-13 | 1 | -6/+0 | |
| | | | | Jeremy. | |||||
* | if we know that the SID is local then don't try via winbindd | Andrew Tridgell | 2002-03-13 | 1 | -0/+5 | |
| | ||||||
* | fixed mapping of SIDs for local users | Andrew Tridgell | 2002-03-13 | 1 | -1/+1 | |
| | ||||||
* | fixed 2 reconnection bugs in the ADS backend support | Andrew Tridgell | 2002-03-12 | 1 | -7/+11 | |
| | ||||||
* | Sorry, forgot to commit this last night. | John Terpstra | 2002-03-12 | 1 | -4/+4 | |
| | ||||||
* | get the test for disconnection the right way around! | Andrew Tridgell | 2002-03-12 | 1 | -3/+3 | |
| |