Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed incorrect debug message. )-: | Tim Potter | 2001-11-08 | 1 | -1/+1 | |
| | | ||||||
* | | spoolss_io_devmode private data is binary and should be shown in hex, | Martin Pool | 2001-11-08 | 1 | -1/+2 | |
| | | | | | | | | not ascii. | |||||
* | | Fix for <4gb writes. | Jeremy Allison | 2001-11-08 | 1 | -4/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Ignore autogenerated build_env.h. | Martin Pool | 2001-11-08 | 1 | -0/+1 | |
| | | ||||||
* | | Added more #defines, added debug in vfs, fixed erroneous fs attribute. | Jeremy Allison | 2001-11-08 | 3 | -4/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed unused var. | Jeremy Allison | 2001-11-06 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed unsigned / long unsigned format missmatch. | Jeremy Allison | 2001-11-06 | 1 | -4/+4 | |
| | | | | | | | | Jeremy | |||||
* | | Merged the efficiency change from appliance-head. | Jeremy Allison | 2001-11-06 | 1 | -22/+20 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of pptok fix from appliance head. | Tim Potter | 2001-11-06 | 3 | -6/+6 | |
| | | ||||||
* | | remove reference to share modes parameter | Herb Lewis | 2001-11-05 | 1 | -2/+1 | |
| | | ||||||
* | | Changed open pipes to 2048. | Jeremy Allison | 2001-11-05 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | don't upper case the username. | Gerald Carter | 2001-11-05 | 1 | -2/+2 | |
| | | ||||||
* | | series of updates that got overlooked sitting on my laptop. :-\ | Gerald Carter | 2001-11-05 | 10 | -653/+715 | |
| | | | | | | | | Hmmm.... | |||||
* | | Fix for broken-as-shipped RedHat 7.2 system headers. Now we have | Jeremy Allison | 2001-11-04 | 1 | -0/+12 | |
| | | | | | | | | | | to detect this in configure. Jeremy. | |||||
* | | Fixed segfault if sup_tok == NULL. Thanks Andrewb. | Jeremy Allison | 2001-11-04 | 1 | -2/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Add suplimentary groups that don't map to UNIX groups to the NT_USER_TOKEN | Jeremy Allison | 2001-11-03 | 5 | -10/+35 | |
| | | | | | | | | | | | | only. This allows extra groups to be seen by the NT share ACL code and printer code. Jeremy. | |||||
* | | Fixed winbindd build. | Jeremy Allison | 2001-11-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Don't add groups into a list that already exist there. | Jeremy Allison | 2001-11-03 | 1 | -2/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | Added extra group info into 2.2.3. | Jeremy Allison | 2001-11-03 | 6 | -14/+105 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed debug. | Jeremy Allison | 2001-11-02 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | fixed typos | Motonobu Takahashi | 2001-10-30 | 1 | -2/+2 | |
| | | ||||||
* | | fixed the number of available printing options | Motonobu Takahashi | 2001-10-29 | 1 | -1/+1 | |
| | | ||||||
* | | Don't force winbind to use non-local DC's. | Volker Lendecke | 2001-10-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | BTW, why does winbind ignore 'password server' ? Volker | |||||
* | | Raise simultaneous open pipes from 64 to 1024 for large print server | Jeremy Allison | 2001-10-27 | 1 | -1/+1 | |
| | | | | | | | | | | environments. Jeremy. | |||||
* | | fix compiler warning (cast) | Herb Lewis | 2001-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | Add IRIX support for libns_wins.so | Herb Lewis | 2001-10-27 | 2 | -12/+86 | |
| | | ||||||
* | | Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>. | Jeremy Allison | 2001-10-24 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed unused fn (thanks Tim). | Jeremy Allison | 2001-10-24 | 1 | -68/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Don't overwrite existing /etc/samba/smb.conf or other files if both ↵ | Jeremy Allison | 2001-10-23 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | /etc/smb.conf and /etc/samba/smb.conf both exist. Thanks to jht for this bug. Jeremy. | |||||
* | | Fix for @ in pathname from Kian Win. | Jeremy Allison | 2001-10-22 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Removed extern int DEBUGLEVEL - included in headers. | Jeremy Allison | 2001-10-20 | 191 | -1345/+1029 | |
| | | | | | | | | | | | | | | Moved from timestamp based comparison of open files in share mode table to generational file_id comparison. This should help track down any logic bugs. Needs some more testing. Coming to HEAD as soon as the compile finishes :-). Jeremy. | |||||
* | | Fix for non_root_mode() (from HEAD). | Jeremy Allison | 2001-10-20 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | fixed a typo | Motonobu Takahashi | 2001-10-20 | 2 | -2/+2 | |
| | | ||||||
* | | Ensure we mask off deny modes correctly on being set (this shouldn't have | Jeremy Allison | 2001-10-19 | 2 | -3/+3 | |
| | | | | | | | | | | | | caused problems but is tidier). Fix debug statement in locking.c Jeremy. | |||||
* | | Added lanman names (including rap.h) for lanman code. Thanks Jim & Steve. | Jeremy Allison | 2001-10-19 | 2 | -33/+42 | |
| | | | | | | | | Jeremy. | |||||
* | | Adding rap.h from HEAD. I want those lanman changes :-). | Jeremy Allison | 2001-10-19 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | nss.h protect against multiple inclusion | Herb Lewis | 2001-10-19 | 2 | -2/+5 | |
| | | | | | | | | wins.c nss.h is included in includes.h fix return value | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-10-19 | 5 | -0/+1074 | |
|\| | ||||||
| * | Add header for common RAP definitions | Jim McDonough | 2001-10-19 | 1 | -0/+478 | |
| | | ||||||
| * | Fixed issues with changenotify only being called once in VC++. | Jeremy Allison | 2001-10-19 | 1 | -4/+29 | |
| | | | | | | | | Jeremy. | |||||
| * | Tidy up debug in notify code. | Jeremy Allison | 2001-10-19 | 2 | -24/+35 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixed some memory leaks introduced by connection handling rewrite, as well | Tim Potter | 2001-10-19 | 4 | -20/+29 | |
| | | | | | | | | | | | | as one memory leak that has been there for ages! Changed the way talloc is used in get{pw,gr}nam routines. | |||||
| * | Converted some more functions to create and dispose of a talloc context on a | Tim Potter | 2001-10-19 | 5 | -87/+106 | |
| | | | | | | | | | | | | | | | | per-call basis rather than per-connection. Had a bit more of a reformatting fest. Still need to run it through insure and handle downed connections. | |||||
| * | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 2001-10-19 | 5 | -61/+280 | |
| | | | | | | | | Jeremy. | |||||
| * | client : Fixed error return. | Jeremy Allison | 2001-10-19 | 2 | -1/+3 | |
| | | | | | | | | | | uid.c: Added missing void. Jeremy. | |||||
| * | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 2001-10-18 | 16 | -93/+197 | |
| | | | | | | | | | | Ensure make_conection() can only be called as root. Jeremy. | |||||
| * | Merge Gerry's %G change from 2.2.2. | Jeremy Allison | 2001-10-18 | 1 | -7/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | got rid of start_background_queue() | Andrew Tridgell | 2001-10-18 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | THIS WAS A DISASTER! it created hundreds of processes on the build farm machines, which we can't kill. | |||||
| * | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 2001-10-18 | 7 | -15/+141 | |
| | | | | | | | | | | it should give something for others to hack on and possibly find what I'm doing wrong. | |||||
| * | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 2001-10-18 | 3 | -5/+5 | |
| | |