summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce2002-07-291-4/+4
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-1/+1
* minor portability fixAndrew Tridgell2002-07-281-0/+2
* Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett2002-07-281-3/+3
* Another item off my long-term todo list:Andrew Bartlett2002-07-281-23/+47
* This should fix a nastly little bug where if a user had already done oneAndrew Bartlett2002-07-272-9/+14
* nice day todaySimo Sorce2002-07-271-0/+69
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-1/+1
* If lp_add_home() fails, don't go any further, just return -1.Andrew Bartlett2002-07-241-1/+3
* We must be root to access the passdb, so ensure all calls to local_lookup_sid()Andrew Bartlett2002-07-241-1/+5
* Give an idea what service didn't have the directory.Andrew Bartlett2002-07-241-1/+1
* Add some const & static, remove unused functions.Andrew Bartlett2002-07-212-24/+1
* Make it clear that the 'service' isn't to be touched. (Make it const).Andrew Bartlett2002-07-201-1/+1
* Update the smbd reply code a little:Andrew Bartlett2002-07-202-5/+25
* Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2002-07-202-11/+11
* Add support for duplicating stderr into our logfiles.Andrew Bartlett2002-07-201-8/+8
* Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2002-07-192-5/+7
* Formatting fixup. Fix shadow warning.Jeremy Allison2002-07-191-452/+455
* Don't crash on setfileinfo on printer fsp.Jeremy Allison2002-07-181-1/+2
* 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