Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | this attempts to handle the rather bizarre lock cache semantics in | Andrew Tridgell | 2002-03-10 | 2 | -1/+15 | |
| | | | | | | | | w2k. It isn't entirely accurate, but its close | |||||
| * | better handling of a zero timeout in cli_lock | Andrew Tridgell | 2002-03-10 | 1 | -2/+6 | |
| | | ||||||
| * | Update to build 3.0.0 alphas | John Terpstra | 2002-03-10 | 1 | -2/+2 | |
| | | ||||||
| * | Initscript from 2.2.4 tree. | John Terpstra | 2002-03-10 | 1 | -2/+39 | |
| | | ||||||
| * | make tdbbackup more portable | Andrew Tridgell | 2002-03-10 | 1 | -4/+17 | |
| | | ||||||
| * | forgotten file, oops | Andrew Tridgell | 2002-03-10 | 1 | -0/+175 | |
| | | ||||||
| * | preparing for release of 3.0-alpha16 | Samba Release Account | 2002-03-10 | 2 | -1/+49 | |
| | | ||||||
| * | Fix typo. | Martin Pool | 2002-03-10 | 1 | -1/+1 | |
| | | ||||||
| * | yipee! Finally put in the patch from Alexey Kotovich | Andrew Tridgell | 2002-03-10 | 5 | -78/+438 | |
| | | | | | | | | | | | | | | | | <a.kotovich@sam-solutions.net> that adds the security decsriptor code for ADS workstation accounts thanks for your patience Cat, and thanks to Andrew Bartlett for extensive reviews and suggestions about this code. | |||||
| * | try to use our workstation account password for ADS leave | Andrew Tridgell | 2002-03-10 | 1 | -4/+11 | |
| | | ||||||
| * | add a note about the meaning of global_sam_sid | Andrew Tridgell | 2002-03-10 | 1 | -0/+3 | |
| | | ||||||
| * | remove an unused variable | Andrew Tridgell | 2002-03-10 | 1 | -1/+1 | |
| | | ||||||
| * | prevent bogus compiler complaints about comments in comments | Andrew Tridgell | 2002-03-10 | 1 | -2/+2 | |
| | | ||||||
| * | return the correct SID and domain name for the samr enum_domain and | Andrew Tridgell | 2002-03-10 | 1 | -8/+30 | |
| | | | | | | | | | | | | lookup_domain calls. We were incorrectly returning the PDCs domain nameand SID when we are a domain member. We should only do that when we are the DC | |||||
| * | rewrote the machine sid storage code to store the SID in secrets.tdb | Andrew Tridgell | 2002-03-10 | 1 | -208/+63 | |
| | | | | | | | | | | | | | | rather than MACHINE.SID. We try to load MACHINE.SID only if we can't fetch the SID from secrets.tdb This also fixes the value of global_sam_sid for the DC/non-DC case | |||||
| * | make sure we use consistent keys in secrets.tdb by uppercasing domain | Andrew Tridgell | 2002-03-10 | 1 | -0/+4 | |
| | | | | | | | | names | |||||
| * | removed bogus prepend_domain() call which was screwing up getpwuid() | Andrew Tridgell | 2002-03-09 | 1 | -10/+2 | |
| | | | | | | | | with the new default domain code | |||||
| * | a more informitive debug message when a SID can't be validated | Andrew Tridgell | 2002-03-09 | 1 | -1/+2 | |
| | | ||||||
| * | prevent a segv when a trusted domain is unavailable at startup | Andrew Tridgell | 2002-03-09 | 1 | -3/+2 | |
| | | ||||||
| * | better detection of dead ADS connections, so we have some chance of | Andrew Tridgell | 2002-03-09 | 1 | -0/+6 | |
| | | | | | | | | reconnecting | |||||
| * | Doc. | Tim Potter | 2002-03-09 | 1 | -9/+14 | |
| | | ||||||
| * | added a bunch of explanation about tdbbackup | Andrew Tridgell | 2002-03-09 | 1 | -0/+23 | |
| | | ||||||
| * | don't use -pg by default when building standalone | Andrew Tridgell | 2002-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | build tdbbackup by default | Andrew Tridgell | 2002-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2002-03-08 | 1 | -3/+3 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2002-03-08 | 1 | -2/+2 | |
| | | ||||||
| * | added -v and -s options | Andrew Tridgell | 2002-03-08 | 1 | -23/+101 | |
| | | | | | | | | -v is used for verify/restore from backup | |||||
| * | Same as in 2_2 | Volker Lendecke | 2002-03-08 | 3 | -5200/+0 | |
| | | ||||||
| * | Added case statment for decoding enumprinters level 0 result. | Tim Potter | 2002-03-08 | 1 | -0/+4 | |
| | | ||||||
| * | Swap order of close brace and done: tag to appease AIX compiler. Order ↵ | Jim McDonough | 2002-03-08 | 1 | -1/+1 | |
| | | | | | | | | shouldn't matter for logic...if anyone disagrees whack me over the head and explain why... | |||||
| * | One more fix to get popt to work for some compilers...this is the downside ↵ | Jim McDonough | 2002-03-08 | 1 | -15/+22 | |
| | | | | | | | | to popt. Every option has to be in fixed storage. | |||||
| * | Turns out an Admin user shouldn't always have access on a handle. | Jeremy Allison | 2002-03-08 | 1 | -7/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix for machines that have their time changed forward, then back. Ensure | Jeremy Allison | 2002-03-07 | 2 | -6/+25 | |
| | | | | | | | | | | | | that any cached lpq information gathered during that time doesn't stay around for longer than 1 hour. Jeremy. | |||||
| * | Update Makefile.in for rpcclient build on machines without libpopt or ↵ | Jim McDonough | 2002-03-07 | 1 | -2/+2 | |
| | | | | | | | | requested build of included popt. | |||||
* | | Spelling fix. | Tim Potter | 2002-04-24 | 1 | -1/+1 | |
| | | ||||||
* | | When doing a non-io open the stat failing is no cause for a debug zero | Jeremy Allison | 2002-04-23 | 1 | -2/+6 | |
| | | | | | | | | | | to be printed, it just means file not found. Jeremy. | |||||
* | | Fix for a bug Jerry found with printing where a smbd connection may | Jeremy Allison | 2002-04-23 | 1 | -1/+6 | |
| | | | | | | | | | | be idled even with an open pipe. Jeremy. | |||||
* | | Really fix the Dfs Explorer problem. The previous checkin had the fix commented | Shirish Kalele | 2002-04-23 | 1 | -2/+2 | |
| | | | | | | | | out! | |||||
* | | With an NT4.x DC we must have a mutex over the entire login process. | Jeremy Allison | 2002-04-22 | 1 | -12/+43 | |
| | | | | | | | | Jeremy. | |||||
* | | backout minor type in srv_spoolss_nt.c and merge a few changes from HEAD | Gerald Carter | 2002-04-22 | 2 | -12/+14 | |
| | | | | | | | | to keep things in sync. | |||||
* | | reenabled the CHECK_PATH_ON_TCONX code path since removing the chdir() | Gerald Carter | 2002-04-22 | 1 | -0/+8 | |
| | | | | | | | | | | | | breaks move_driver_to_download_area() currently. This is only a temporary measure, until I code up a proper solution which incorporates Tridge's observations. | |||||
* | | Fixing an intermittent issue seen with DFS and Explorer: Sometimes DFS trees | Shirish Kalele | 2002-04-22 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | appear with duplicate intermediate folders without this fix. Apparently clients don't use the PathConsumed count to figure out how much of the requested path is covered on the DFS server. We get around this by terminating the requested path at PathConsumed. | |||||
* | | enable SPOOLSS_GETPRINTPROCESSORDIRECTORY | Gerald Carter | 2002-04-22 | 1 | -4/+0 | |
| | | ||||||
* | | Apparently we have to return "C:\WINNT\System32\spool\PRTPROCS\W32X86" | Gerald Carter | 2002-04-22 | 1 | -8/+2 | |
| | | | | | | | | | | for the PrintProcessorDirectory. Really bogus I know, but if we return a UNC path, the driver install can fail. | |||||
* | | * removed unnecessary prs_align() from relative unicode strings. | Gerald Carter | 2002-04-22 | 2 | -42/+20 | |
| | | | | | | | | | | * removed spoolss_smb_io_unistr() since it is no longer needed * few formatting fixes | |||||
* | | Yes, I think this should be fixed in 2.2.4 as well. Minor bug, minor fix. | Christopher R. Hertel | 2002-04-22 | 1 | -5/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Small change to correct the value we place in the DGM_LENGTH field of NBT Datagram messages. We have been counting the full datagram, but it's fairly clear in the RFCs that we should only count the source name, destination name, and payload. We've been overcharging by 14 bytes (the size of the NBT DGM header). This fix brings us in line with what Windows does, and what the RFCs say should be done. I'm a little surprised that this didn't cause any bugs or error messages. I guess no one actually checks this field. | |||||
* | | Merge chown/ghgrp fix from HEAD. | Jeremy Allison | 2002-04-21 | 3 | -692/+752 | |
| | | | | | | | | Jeremy. | |||||
* | | specversion / device mode fix from APP_HEAD | Gerald Carter | 2002-04-20 | 1 | -9/+4 | |
| | | ||||||
* | | We cannot set errno=0 in any of the wrapper calls as this breaks UNIX error | Jeremy Allison | 2002-04-19 | 2 | -8/+0 | |
| | | | | | | | | | | returns to the client. Jeremy. | |||||
* | | Fix different args to sys_fcntl without going varargs.... | Jeremy Allison | 2002-04-19 | 5 | -701/+717 | |
| | | | | | | | | Jeremy. |