Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write | Jeremy Allison | 2002-04-19 | 6 | -18/+31 |
| | | | | | for transfer_file. Jeremy. | ||||
* | fixed trust relationships in ADS winbindd after breaking them with my BDC ↵ | Andrew Tridgell | 2002-04-19 | 3 | -6/+13 |
| | | | | changes ... | ||||
* | Fixed sendto in oplock code. | Jeremy Allison | 2002-04-19 | 2 | -2/+17 |
| | | | | Jeremy. | ||||
* | Fix oplock recvfrom. | Jeremy Allison | 2002-04-19 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix send and recvfrom. | Jeremy Allison | 2002-04-19 | 2 | -12/+27 |
| | | | | Jeremy. | ||||
* | First cut at fix for the EINTR problem... More needs to be done I think. | Jeremy Allison | 2002-04-19 | 4 | -141/+187 |
| | | | | Jeremy. | ||||
* | fixed a namequery bug caused by my recent string length patches | Andrew Tridgell | 2002-04-19 | 1 | -1/+1 |
| | |||||
* | Back out the wrong changes I made yesterday ... | Richard Sharpe | 2002-04-18 | 2 | -11/+6 |
| | |||||
* | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 2002-04-18 | 7 | -9/+52 |
| | |||||
* | nicer strndup() function | Andrew Tridgell | 2002-04-18 | 1 | -6/+6 |
| | |||||
* | Started working on setprinter code. | Tim Potter | 2002-04-18 | 6 | -59/+197 |
| | |||||
* | make proto | Tim Potter | 2002-04-18 | 1 | -2/+2 |
| | |||||
* | - fixed the is_mangled() interface to handle multiple components | Andrew Tridgell | 2002-04-18 | 1 | -5/+42 |
| | | | | - fixed the no-extension case of reverse mangling | ||||
* | Fix found by Li Shao @ HP - XP clients don't bother to set the devmode_ptr | Jeremy Allison | 2002-04-18 | 1 | -1/+1 |
| | | | | | in the SetPrinter() call - they send it in the devmode_ctr instead. Jeremy. | ||||
* | Fix smbtorture so it can handle collisions etc ... | Richard Sharpe | 2002-04-17 | 2 | -6/+21 |
| | |||||
* | Fixed the AFP_Resource:$DATA filename creation bug. | Jeremy Allison | 2002-04-17 | 1 | -239/+255 |
| | | | | Jeremy. | ||||
* | libsmb/cli_netlogon.c: Fixed confusing debug messages. | Jeremy Allison | 2002-04-17 | 2 | -18/+17 |
| | | | | | | param/loadparm.c: Added missing debugs that would have helped me find a misconfiguration I lost a day on.... Jeremy. | ||||
* | Fix unused warnings with deleted code. | Jeremy Allison | 2002-04-17 | 1 | -4/+23 |
| | | | | Jeremy. | ||||
* | Fixed command line argument parsing. | Tim Potter | 2002-04-17 | 1 | -70/+54 |
| | |||||
* | disabled the traversal of the brlock database at startup and | Andrew Tridgell | 2002-04-17 | 1 | -8/+0 |
| | | | | | | | | | shutdown. I have just helped debug a very large Solaris server where the traversal was taking so long that the clients timed out, created a new process which in turn did a traversal! we will need to find some other way of doing a brlock.tdb cleanup (if its even needed at all) | ||||
* | make suure we get the return value from the pull_*() functions right | Andrew Tridgell | 2002-04-17 | 2 | -7/+13 |
| | | | | for both null terminated and buffer length terminated strings | ||||
* | sync with 2.2 | Simo Sorce | 2002-04-16 | 1 | -4/+9 |
| | |||||
* | stricter conditions on termination in strings | Andrew Tridgell | 2002-04-16 | 1 | -6/+6 |
| | | | | | this was a very nasty bug with filename corruption and NT4 clients. The exact termination conditions are quite critical ... | ||||
* | Fix incorrect zpadlen handling in fmtfp. | Simo Sorce | 2002-04-16 | 1 | -14/+20 |
| | | | | | | Thanks to Ollie Oldham <ollie.oldham@metro-optix.com> for spotting it. few mods to make it easier to compile the tests. addedd the "Ollie" test to the floating point ones. | ||||
* | few fixes and regenerate | Gerald Carter | 2002-04-16 | 5 | -95/+184 |
| | |||||
* | merges from SAMBA_2_2 | Gerald Carter | 2002-04-16 | 1 | -44/+61 |
| | |||||
* | we did not initialise global_myname and global_myworkgroup which lead to | Jean-François Micouleau | 2002-04-16 | 1 | -1/+14 |
| | | | | | | | | duplicate entries in secrets.tdb and false SID generated. took me *hours* to understand. J.F. | ||||
* | fixed a problem with the smb_buf() macro on some compilers | Andrew Tridgell | 2002-04-16 | 1 | -1/+1 |
| | |||||
* | ignore a few more files | Andrew Tridgell | 2002-04-16 | 3 | -1/+12 |
| | |||||
* | reran configure after adding a test for strnlen() | Andrew Tridgell | 2002-04-16 | 2 | -1/+4 |
| | |||||
* | fixed the handling of STR_TERMINATE | Andrew Tridgell | 2002-04-16 | 3 | -4/+34 |
| | |||||
* | i forgot to commit these parts of the string handling patch earlier. Sorry. | Andrew Tridgell | 2002-04-16 | 2 | -6/+9 |
| | |||||
* | make sure we don't walk past the end of the current SMB buffer when | Andrew Tridgell | 2002-04-16 | 7 | -45/+49 |
| | | | | | pulling a string this might explain a serious filename corruption bug that Quantum QA spotted | ||||
* | make sure that we leave the tree unused after disconnecting | Andrew Tridgell | 2002-04-15 | 1 | -0/+4 |
| | |||||
* | Stubs for connect, domain, user, group and alias policy objects. | Tim Potter | 2002-04-15 | 1 | -39/+202 |
| | | | | Wrote samr connect fn. | ||||
* | merge from SAMBA_2_2 | Gerald Carter | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | Another patch from jelmer: | Andrew Bartlett | 2002-04-15 | 2 | -39/+55 |
| | | | | | | | Doco for pdbedit and (ugly, but the best we could come up with) fix for compiling pdbedit on some non-gcc compilers. Andrew Bartlett | ||||
* | Skeleton for SAMR module. | Tim Potter | 2002-04-15 | 3 | -0/+298 |
| | |||||
* | this fixes the displaying of free disk space for DOS6 clients. Win2000 | Andrew Tridgell | 2002-04-15 | 1 | -14/+37 |
| | | | | | changes its behaviour based on the negotiated protocol for the SMBdskattr SMB | ||||
* | better handling of DOS LANMAN2.1 protocol | Andrew Tridgell | 2002-04-15 | 1 | -4/+18 |
| | |||||
* | by using a prompter function we can avoid the bug in the MIT kerberos | Andrew Tridgell | 2002-04-15 | 1 | -7/+25 |
| | | | | libraries with handling blank passwords. | ||||
* | Merge of print server permission handling fixes from HEAD. | Tim Potter | 2002-04-15 | 2 | -12/+53 |
| | | | | Unit tests rock! | ||||
* | Fixed incorrect debug. | Tim Potter | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | Added hex values as comments for the standard access rights. | Tim Potter | 2002-04-15 | 1 | -5/+5 |
| | |||||
* | Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object() | Tim Potter | 2002-04-14 | 2 | -3/+3 |
| | |||||
* | Explicitly return a list in py_ntstatus_tuple() and py_werror_typle(). Not | Tim Potter | 2002-04-14 | 1 | -3/+20 |
| | | | | | | | sure whether these should really be tuples or lists. In open_pipe_creds() raise PyExc_RuntimeError exceptions if the pipe connect function returns an error. | ||||
* | Call PyErr_SetString instead of fprintf to stderr. | Tim Potter | 2002-04-14 | 1 | -7/+5 |
| | | | | | Don't clean up talloc and cli_state on close printer. They will be destroyed in the handle dealloc function. | ||||
* | Shutdown cli_state in the dealloc function. This happens automatically | Tim Potter | 2002-04-14 | 1 | -2/+10 |
| | | | | when a handle object falls out of scope. | ||||
* | Added enumerate trusted domains. | Tim Potter | 2002-04-14 | 1 | -1/+44 |
| | |||||
* | Merge from 2_2. | Volker Lendecke | 2002-04-14 | 2 | -2/+15 |
| | | | | Volker |