summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * this attempts to handle the rather bizarre lock cache semantics inAndrew Tridgell2002-03-102-1/+15
| | | | | | | | w2k. It isn't entirely accurate, but its close
| * better handling of a zero timeout in cli_lockAndrew Tridgell2002-03-101-2/+6
| |
| * Update to build 3.0.0 alphasJohn Terpstra2002-03-101-2/+2
| |
| * Initscript from 2.2.4 tree.John Terpstra2002-03-101-2/+39
| |
| * make tdbbackup more portableAndrew Tridgell2002-03-101-4/+17
| |
| * forgotten file, oopsAndrew Tridgell2002-03-101-0/+175
| |
| * preparing for release of 3.0-alpha16Samba Release Account2002-03-102-1/+49
| |
| * Fix typo.Martin Pool2002-03-101-1/+1
| |
| * yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-105-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 leaveAndrew Tridgell2002-03-101-4/+11
| |
| * add a note about the meaning of global_sam_sidAndrew Tridgell2002-03-101-0/+3
| |
| * remove an unused variableAndrew Tridgell2002-03-101-1/+1
| |
| * prevent bogus compiler complaints about comments in commentsAndrew Tridgell2002-03-101-2/+2
| |
| * return the correct SID and domain name for the samr enum_domain andAndrew Tridgell2002-03-101-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.tdbAndrew Tridgell2002-03-101-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 domainAndrew Tridgell2002-03-101-0/+4
| | | | | | | | names
| * removed bogus prepend_domain() call which was screwing up getpwuid()Andrew Tridgell2002-03-091-10/+2
| | | | | | | | with the new default domain code
| * a more informitive debug message when a SID can't be validatedAndrew Tridgell2002-03-091-1/+2
| |
| * prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell2002-03-091-3/+2
| |
| * better detection of dead ADS connections, so we have some chance ofAndrew Tridgell2002-03-091-0/+6
| | | | | | | | reconnecting
| * Doc.Tim Potter2002-03-091-9/+14
| |
| * added a bunch of explanation about tdbbackupAndrew Tridgell2002-03-091-0/+23
| |
| * don't use -pg by default when building standaloneAndrew Tridgell2002-03-091-1/+1
| |
| * build tdbbackup by defaultAndrew Tridgell2002-03-091-1/+1
| |
| * merge from 2.2Gerald Carter2002-03-081-3/+3
| |
| * merge from 2.2Gerald Carter2002-03-081-2/+2
| |
| * added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
| | | | | | | | -v is used for verify/restore from backup
| * Same as in 2_2Volker Lendecke2002-03-083-5200/+0
| |
| * Added case statment for decoding enumprinters level 0 result.Tim Potter2002-03-081-0/+4
| |
| * Swap order of close brace and done: tag to appease AIX compiler. Order ↵Jim McDonough2002-03-081-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 McDonough2002-03-081-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 Allison2002-03-081-7/+0
| | | | | | | | Jeremy.
| * Fix for machines that have their time changed forward, then back. EnsureJeremy Allison2002-03-072-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 McDonough2002-03-071-2/+2
| | | | | | | | requested build of included popt.
* | Spelling fix.Tim Potter2002-04-241-1/+1
| |
* | When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison2002-04-231-2/+6
| | | | | | | | | | to be printed, it just means file not found. Jeremy.
* | Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison2002-04-231-1/+6
| | | | | | | | | | be idled even with an open pipe. Jeremy.
* | Really fix the Dfs Explorer problem. The previous checkin had the fix commentedShirish Kalele2002-04-231-2/+2
| | | | | | | | out!
* | With an NT4.x DC we must have a mutex over the entire login process.Jeremy Allison2002-04-221-12/+43
| | | | | | | | Jeremy.
* | backout minor type in srv_spoolss_nt.c and merge a few changes from HEADGerald Carter2002-04-222-12/+14
| | | | | | | | to keep things in sync.
* | reenabled the CHECK_PATH_ON_TCONX code path since removing the chdir()Gerald Carter2002-04-221-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 treesShirish Kalele2002-04-221-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_GETPRINTPROCESSORDIRECTORYGerald Carter2002-04-221-4/+0
| |
* | Apparently we have to return "C:\WINNT\System32\spool\PRTPROCS\W32X86"Gerald Carter2002-04-221-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 Carter2002-04-222-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. Hertel2002-04-221-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 Allison2002-04-213-692/+752
| | | | | | | | Jeremy.
* | specversion / device mode fix from APP_HEADGerald Carter2002-04-201-9/+4
| |
* | We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison2002-04-192-8/+0
| | | | | | | | | | returns to the client. Jeremy.
* | Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-195-701/+717
| | | | | | | | Jeremy.