summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update popt help message and use popt-commonJelmer Vernooij2002-10-051-12/+7
| | | | | | | | (This used to be commit 821b27037b991e143b87f0f1c7186c9a403376f0)
| * Don't use usage function, but use popt for usage and help infoJelmer Vernooij2002-10-051-38/+37
| | | | | | | | (This used to be commit a0e0f3b293a71ee6a7bb0edb626c5e16cb803830)
| * missing prs_align()'sGerald Carter2002-10-051-0/+9
| | | | | | | | (This used to be commit f149a5a54722fe05c8e30cb217cc72cec6f34e18)
| * Use popt_common and use popt for showing help infoJelmer Vernooij2002-10-051-30/+15
| | | | | | | | (This used to be commit de9ea4ee6b3a939044d84f43ce14f10dd16341ce)
| * Push Steve Langasek's fix ...Richard Sharpe2002-10-051-1/+1
| | | | | | | | (This used to be commit 0325b938f5b3d1c592da666b43c7b20dcc7ba5eb)
| * Add more common options to popt_common - and start usingJelmer Vernooij2002-10-053-25/+62
| | | | | | | | | | the ones for debuglevel and configuration file in pdbedit (This used to be commit cb0d03a393d9009c3e16b9d05d88c171de9a9414)
| * Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison2002-10-053-53/+47
| | | | | | | | | | Jeremy. (This used to be commit 6a9d0c9bdd57c135c4565da829b2fa4f44874a6d)
| * Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-0412-69/+89
| | | | | | | | | | | | MAX_PRINT_JOBS in a queue. Jeremy. (This used to be commit bb58a08af459b4abae9d53ab98c15f40638ce52b)
| * fix typoGerald Carter2002-10-041-1/+1
| | | | | | | | (This used to be commit 38a956c79bbdb5e1eedfcb1cf3ad4f7c906d0cf7)
| * merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-044-36/+72
| | | | | | | | (This used to be commit dd948a302ad6bd4307ecdfb10510e12185150eae)
| * Remove useless spaces - this broke make protoJelmer Vernooij2002-10-041-1/+1
| | | | | | | | (This used to be commit 0341fb45829c5d13a7e02daaa9b960fdff492323)
* | merging in changes from HEADGerald Carter2002-10-211-8/+8
| | | | | | | | (This used to be commit e8273549a8d92f46db1699e6a41f4618f272ee73)
* | removing make_printerdef tool and sourcesGerald Carter2002-10-212-593/+1
| | | | | | | | (This used to be commit 7bde74ae359da239af4a8398da9efc2f1fd8039e)
* | Merge.Tim Potter2002-10-213-20/+68
| | | | | | | | (This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
* | Merge of validiation cleanups from head.Tim Potter2002-10-213-13/+46
| | | | | | | | (This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
* | Fix a silly memset typo.Tim Potter2002-10-211-2/+2
| | | | | | | | | | Change a int* to a uint32* in the cli_spoolss_enum_ports() function. (This used to be commit 41a22b3a005876bccacd1f14d70547d2d71d1b1f)
* | Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter2002-10-211-0/+10
| | | | | | | | | | decode_port_info and decode_printerdriver functions. (This used to be commit e28a719f04f8812ce01d78cf84b3a2e2935b674d)
* | Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
| | | | | | | | (This used to be commit 5a6ab85ea5479d103026032bdab8b2355b9c564c)
* | Start to merge the new ACL mapping code from Andreas Gruenbacher ↵Jeremy Allison2002-10-182-61/+135
| | | | | | | | | | | | | | <agruen@suse.de>. Jeremy. (This used to be commit 597c4610090d711fd30c1ffacc97212cf399a264)
* | NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2002-10-182-1/+2
| | | | | | | | (This used to be commit 5a2f1edb5848dc054cfaa71b0fb3b473ad930b7d)
* | Add extra parm to cli_full_connection. Tim, you should probably take a look ↵Jim McDonough2002-10-181-1/+1
| | | | | | | | | | | | at this. (This used to be commit 42f04bbbb220843dc545ae67417243797f39f429)
* | Fix build. An extra parm was added to cli_full_connection but not locktest2.c.Jim McDonough2002-10-181-1/+2
| | | | | | | | (This used to be commit 1e8ca2801e2e588e5fcdbe2b549bfd818d8bad81)
* | Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-1710-29/+99
| | | | | | | | | | | | that app-head does. Jeremy. (This used to be commit ec7953f20145799f6286a295472df4826bfdfb8f)
* | Merge NULL relstr fix from HEAD.Tim Potter2002-10-171-0/+3
| | | | | | | | (This used to be commit 0f2ddfcd95acec964a3a7652968c9469ac486814)
* | Ignore python build directory.Tim Potter2002-10-171-0/+1
| | | | | | | | (This used to be commit b5c8753b5f54d2630e444191674e24e8ca2e24ff)
* | Merge of SMB_ASSERT.Tim Potter2002-10-171-2/+3
| | | | | | | | (This used to be commit 1094e1ffde09b0393b11d2cce148b6da893348c1)
* | Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison2002-10-161-1/+3
| | | | | | | | | | Jeremy. (This used to be commit 20986489f4736820a4981c6aa0eecccf169f0170)
* | merge from app_head to commit re-init'd printer to diskGerald Carter2002-10-161-0/+6
| | | | | | | | (This used to be commit 92fd939c3439208660ac3821c458f8cd34a59555)
* | SMB_ASSERT to check list terminates.Jeremy Allison2002-10-161-0/+3
| | | | | | | | | | Jeremy. (This used to be commit bf3b0ef56168aff9b1bd5760b595f8951d434861)
* | Change default of max_xmit to match W2K. Ensure NT negprot uses it.Jeremy Allison2002-10-152-2/+4
| | | | | | | | | | Jeremy. (This used to be commit 0bf7187e3ba57ee2422a0f6f736266a55502123c)
* | Fix spelling of background_process.Jeremy Allison2002-10-152-6/+6
| | | | | | | | | | Jeremy. (This used to be commit 2006e36c18bb2d5e44179829c66934efad38b0c7)
* | Change to use sys_read/sys_write.Jeremy Allison2002-10-151-10/+4
| | | | | | | | | | Jeremy. (This used to be commit 7d0dc36df0e3ca451c1ab660aa08e0d021ca89f0)
* | Added cli_set_timeout() call.Jeremy Allison2002-10-151-0/+11
| | | | | | | | | | Jeremy. (This used to be commit 9225054179b6642ae8be790d35e6590aefa46dd3)
* | Merge Anton's 64-bit fix.Jeremy Allison2002-10-151-4/+2
| | | | | | | | | | Jeremy. (This used to be commit 0644f6a68e5c1d9a2c236ab0f90d4801848a9b33)
* | merge from APP_HEAD to use GMT in job submission notificationGerald Carter2002-10-151-1/+1
| | | | | | | | (This used to be commit 2ec53858d9ee01ed500f99a67e9a94e33576486d)
* | Merge of file/directory access bits changes.Tim Potter2002-10-141-14/+19
| | | | | | | | (This used to be commit 2adaceea55d098dcd633b5ffb8f446a9ca6b4e94)
* | Turns out with Win9x, we could occasionally return from unix_convert() givenJeremy Allison2002-10-111-0/+12
| | | | | | | | | | | | | | | | | | | | a mangled name without a valid stat struct if the file existed. This would then cause open_file_shared1() to erroneously think the file open was new, thus not check for oplock break, thus causing a spurious EAGAIN reply to the open on a file we already had kernel oplocked.... (phew - that was fun to track down :-). Jeremy. (This used to be commit af80b033a5374da9163e3484f7d8707813490597)
* | Added unknown info level.Jeremy Allison2002-10-091-0/+1
| | | | | | | | | | Jeremy. (This used to be commit 7634a58ec83ed7b40fe8ac95b0486b1ac00c59e4)
* | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu ↵Jeremy Allison2002-10-091-1/+1
| | | | | | | | | | | | | | <sugioka@itonet.co.jp>. Jeremy. (This used to be commit 0ab08186f419a09e15f1ab7db621d429b1a3f994)
* | print job properties fix from APP_HEAD. a null devmode is not a failure.Gerald Carter2002-10-091-11/+5
| | | | | | | | (This used to be commit 8f95773e0ab0c5e0854d9e442170e25280279bfb)
* | removed stat() call in lp_add_home()Gerald Carter2002-10-091-7/+0
| | | | | | | | (This used to be commit 68036f4a415d2d2ad8c27320ae58fee04eee2960)
* | add_printer_hook() fix from APP_HEADGerald Carter2002-10-091-6/+17
| | | | | | | | (This used to be commit b381ed3a9eba24c11796a9ca5cb4d226c131d867)
* | merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-089-20/+222
| | | | | | | | (This used to be commit 09c6f6329d6ae9327b7ef06de0ea78d24d805456)
* | Ensure we register the 1c name on the unicast subnet.Jeremy Allison2002-10-081-0/+10
| | | | | | | | | | Jeremy. (This used to be commit e1ea20d2d14b9671503eeeccddc7683cc94371c0)
* | Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison2002-10-081-9/+60
| | | | | | | | | | Jeremy. (This used to be commit 3343efaaa8b80d5bc549afebbc06e02e125a6af9)
* | Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison2002-10-071-0/+5
| | | | | | | | | | | | share. Jeremy. (This used to be commit 9b8f362abc5abf25f02718774a8aa1f4574f19ff)
* | missing prs_align()'sGerald Carter2002-10-051-0/+9
| | | | | | | | (This used to be commit 33f4a2fe1c3202a04acbeb8e78515082e6b88dfd)
* | Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison2002-10-053-53/+47
| | | | | | | | | | Jeremy. (This used to be commit a09ba463b42893dc50a9d118ee114f55f47cb610)
* | Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-0412-69/+89
| | | | | | | | | | | | MAX_PRINT_JOBS in a queue. Jeremy. (This used to be commit 9fe3c0b90d4bff2217e3cb5a34b4683ca314c06e)
* | fix typoGerald Carter2002-10-041-1/+1
| | | | | | | | (This used to be commit 324da9fdb93cdc5ed240a3291020858765e70acc)