summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Unneded extra check on lenSimo Sorce2002-07-181-1/+1
* We have to look at the length before checking for "~" as the stringJeremy Allison2002-07-181-3/+3
* Use of uninitialized variable caught by valgrind.Jeremy Allison2002-07-181-1/+1
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-175-20/+29
* Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison2002-07-172-9/+9
* enum_group_mapping takes an enum not an intAndrew Tridgell2002-07-151-1/+1
* fixed a call to get_current_groups()Andrew Tridgell2002-07-151-1/+1
* fixed a problem with getgroups() where it could include our currentAndrew Tridgell2002-07-152-13/+28
* Move nttrans.c into the NTSTATUS age.Andrew Bartlett2002-07-141-41/+29
* last check in for tonight.Gerald Carter2002-07-111-1/+1
* *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-111-0/+2
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-082-3/+3
* Fix const warningAndrew Bartlett2002-07-081-1/+1
* Updates to the 'name -> sid' code:Andrew Bartlett2002-07-071-3/+3
* Fix from Andrew Esh for coredump...Jeremy Allison2002-07-041-8/+11
* Always free_conn() after all the DEBUG()s etc.Andrew Bartlett2002-07-041-3/+3
* first cut at implementing support for browsing printer and driver driverGerald Carter2002-07-031-0/+3
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-023-11/+11
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-012-5/+5
* Shut down printing tdb correctly - this will be more important when I goJeremy Allison2002-06-281-0/+1
* It's fairly obvious that no one has tried to upload a driverGerald Carter2002-06-271-0/+28
* fixed 3 bugs in jeremys trans2 merge. Hopefully it now works.Andrew Tridgell2002-06-261-8/+4
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-8/+2
* Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthroughJeremy Allison2002-06-241-1073/+1513
* Raise some debug levels.Andrew Bartlett2002-06-222-2/+2
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-212-2/+2
* Fixed incorrect debug.Tim Potter2002-06-211-1/+1
* Got rid of unused flags field in lanman api_commands[].Tim Potter2002-06-201-36/+49
* compile warngin fixes merged from 2.2Gerald Carter2002-06-174-19/+19
* Further updates to the service.c code. authorise_login() is now a bit simpilerAndrew Bartlett2002-06-162-6/+6
* Rework much of the service.c code:Andrew Bartlett2002-06-152-195/+238
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-142-15/+15
* Veto files fix.Jeremy Allison2002-06-131-275/+273
* Merge in mangle fixes from 2.2.Jeremy Allison2002-06-136-369/+371
* Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison2002-06-071-7/+7
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-073-6/+5
* Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison2002-06-071-4/+7
* Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison2002-06-063-21/+55
* Remove blocksignals call as it's never going to bloody work right...Jeremy Allison2002-06-051-1/+0
* Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison2002-06-051-33/+67
* Move session gathering routine back into session.c so it can be called eitherJim McDonough2002-06-032-53/+53
* Removed some unused variables - tidy up some formating, add struct toJeremy Allison2002-05-312-193/+190
* Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-261-17/+49
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-1/+1
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-1/+1
* If we don't do the select don't do the recvfrom.Jeremy Allison2002-05-241-0/+1
* Fixed silly typo that causes receive_local_message to loop - caused byJeremy Allison2002-05-241-1/+1
* Merge of bugfixes from 2.2.Jeremy Allison2002-05-222-6/+8
* Fix for strangeness in Linux 2.0.x select return.Jeremy Allison2002-05-221-0/+14
* Remove horrid goto.Jeremy Allison2002-05-221-10/+5