summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make it clear that the magic value is (size_t)-1.Andrew Bartlett2003-02-011-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 0676b4e35f2ab5b58c44df9fe2eef112425d6013)
| * A couple more signed/unsigned issues.Andrew Bartlett2003-02-011-2/+2
| | | | | | | | (This used to be commit 01d78b828b89f04b70b53ded01a7f4b356979317)
| * Minor doco updates - with a slightly bigger change to theAndrew Bartlett2003-02-012-44/+80
| | | | | | | | | | | | | | | | | | | | 'security=server/domain' text, to try and explain the difference better, and why you should always use the latter. Also update the BDC-HOWTO to have some relation to current reality. Andrew Bartlett (This used to be commit 7fd0c9bd74a8513a0cbf67bb516c6c2642380c7f)
| * Clarifications for the ADS docs.Andrew Bartlett2003-02-011-10/+8
| | | | | | | | (This used to be commit 9931f50b396d7e7188de583e5732781e8bea587d)
| * Clear up the winbind doco on ADS support, and specify 'net join' not 'net rpcAndrew Bartlett2003-02-011-5/+21
| | | | | | | | | | | | | | | | join' as people are using the 'wrong' one and wondering why it doesn't quite work. Andrew Bartlett (This used to be commit dfe565e6ce7ae724a95ba9f162ab51436cf4b63e)
| * Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison2003-01-311-0/+101
| | | | | | | | | | Jeremy. (This used to be commit fdc14aa6f67b95350796cd1075a3910e3e5d84b6)
| * Ensure Luke Howard's (C) is added.Jeremy Allison2003-01-311-1/+21
| | | | | | | | | | Jeremy. (This used to be commit 6624fa59d749b0c0d6aacc35b9b6ba2b567d6eb4)
| * Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-306-16/+65
| | | | | | | | | | | | | | messages. Stops build-up of large numbers of smbd's waiting to terminate on large print throughput. Jeremy. (This used to be commit 4ae130bfa82be60de6a6f357f65207fcb24f45fb)
| * More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
| | | | | | | | | | Jeremy. (This used to be commit fa8647eb208a971063039c24da849021c5e25267)
| * Sync up with 3.0 heimdal.Jeremy Allison2003-01-301-0/+8
| | | | | | | | | | Jeremy. (This used to be commit 371f4aca9204f3c093af622ec6c9ea7c5145bf85)
| * Fix kerberos compile after the tpot massicre :-).Jeremy Allison2003-01-303-1229/+1740
| | | | | | | | | | Jeremy (This used to be commit d63849db6d02b1a9430072e6e15a67e1c526e5e7)
| * Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison2003-01-301-0/+122
| | | | | | | | | | | | to HEAD :-). Jeremy. (This used to be commit 1fec0f50ed0e750afec5cdf551fcd37ef4858e94)
| * Straus VOS detection patches from Paul GreenGerald Carter2003-01-302-848/+905
| | | | | | | | (This used to be commit 726181537db6bdd299fd9256a5e6def6b4b8ae33)
| * The REQ_DEBUGLEVEL message returns a string not a list of integers.Tim Potter2003-01-301-4/+1
| | | | | | | | (This used to be commit 08050a93d9c5b2276c4eaf933974607cf11a1876)
| * Move debug level message handling into debug.c from messages.cTim Potter2003-01-302-11/+14
| | | | | | | | | | Removed duplicate message_register() for REQ_DEBUGLEVEL message. (This used to be commit 6fee7196d695ca813a301b1e6d7da687b7e7bda5)
| * Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-303-17/+22
| | | | | | | | | | | | | | | | | | | | | | level 2 and a request for open with no oplock is received then the smbd should send *synchronous* break messages, not asynchronous, otherwise it spins very rapidly, releasing the lock, sending the 'break to none' messages and then re-acquiring the lock before any other process has a chance to get the lock and remove it's own oplock (at least on linux). Jeremy. (This used to be commit d1e8991a76a57b7d96dd7db3c1d9bbf5b28da88e)
| * Fix to findsmb by WaiderAndrew Bartlett2003-01-291-1/+1
| | | | | | | | (This used to be commit c32c1bccc27f10e2f44f3e7f3778aae38bba8f25)
| * Make the vampire code use just pdb calls - allowing better operation on systemsAndrew Bartlett2003-01-291-22/+15
| | | | | | | | | | | | | | | | | | | | that are not configured with an add user script, and have an _nua backend for storage. We really need to get the PDB backends out of the IDMAP game... Andrew Bartlett (This used to be commit dceb7820d71ce624de60ce8f729d5d3711b64152)
| * Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-293-13/+41
| | | | | | | | (This used to be commit d3962da61a5717dda7e99996bbeb4735d4373041)
| * Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter2003-01-291-2/+35
| | | | | | | | | | | | | | | | | | | | | | using a hardcoded value later on. Added a helper function that returns the observed values for max_entries and max_size for each cli_samr_query_dispinfo() call. These values were obtained from watching the NT4 user manager application with ethereal and are the only ones that can enumerate a 60k user domain reliably under Windows 2000. (This used to be commit 2eea2813d9adc414f0a7ea074826b23697f376ee)
| * Pass down max_size parameter to init_samr_q_query_dispinfo() insteadTim Potter2003-01-291-2/+2
| | | | | | | | | | of hardcoding it to 0xffff. (This used to be commit c3b077f763d94ba063b2d4231cd5d411e44933e7)
| * Removed duplicate fn to avoid compiler warning.Tim Potter2003-01-291-19/+0
| | | | | | | | (This used to be commit 55d268fdd67e42244128dae8614d0e4aa2eb2da2)
| * Remove NULL buffer checks before rpcstr_pull() as they're now doneTim Potter2003-01-291-63/+38
| | | | | | | | | | inside this function. (This used to be commit cdc7c599c72119e96a2a3d392458cd6d52bf56a5)
| * Return 0 instead of crashing when a NULL source string is passedTim Potter2003-01-291-0/+1
| | | | | | | | | | to rpcstr_pull() (This used to be commit b9c4cc119588d6a564f0aaf12fd2ef867a42aeb8)
| * Quieten debug about gencache.tdb not being able to be opened.Tim Potter2003-01-291-1/+1
| | | | | | | | | | Perhaps we should try to open O_RDONLY if O_RDWR fails? (This used to be commit 1e7236371d2b766b161acbb0c950cd3bb4a6ede7)
| * added LsaRemoveAccountRightsAndrew Tridgell2003-01-284-4/+163
| | | | | | | | | | | | this now gives us complete remove privileges control in the client libs, so we are in good shape for starting on the server side. (This used to be commit bf99440398db86f46233eb2f5adddffb61280a1b)
| * patch from Paul Green to only build libsmbclient.so on platforms that ↵Gerald Carter2003-01-283-907/+934
| | | | | | | | | | | | support shared libraries (This used to be commit f739a7263d9da6edc2ecba5b942253c22f7cb3f8)
| * First step towards XML: Use correct syntaxJelmer Vernooij2003-01-2829-1330/+1364
| | | | | | | | (This used to be commit 06f641bcb59f932c994e6023d400df18b54c2067)
| * First step in converting to XML: use strict syntaxJelmer Vernooij2003-01-288-44/+50
| | | | | | | | (This used to be commit 89f9a0a0c451a627b70c8373431e691ab964c1ef)
| * Put in ab's conversion to XML. First step: Make all the SGML docsJelmer Vernooij2003-01-287-21/+21
| | | | | | | | | | conform to the (more strict) XML syntax. (This used to be commit d9cf973a466ff684f0867b5d7fd494de6967aa79)
| * Merge in ab's conversion to XML. First step: make SGML documents compatibleJelmer Vernooij2003-01-286-25/+28
| | | | | | | | | | with the (more strict) XML format. (This used to be commit 0930628bd588096d5e5bc2e68fe78eb893d5f18a)
| * cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-286-20/+208
| | | | | | | | | | | | | | lsa_add_acct_rights function. This allows us to add privileges remotely to accounts using rpcclient. (This used to be commit 2e5e659e095a94b0716d97f673f993f0af99aabe)
| * As per a comment by herb a little while back, this should be >=, not == to keepAndrew Bartlett2003-01-281-1/+1
| | | | | | | | | | identical behaviour with previous versions (This used to be commit 7cbb194b58a4313497541c1f8153533c5034b928)
| * Make this an fstrcat(), as this seems to fix some weird issue with the serverAndrew Bartlett2003-01-281-2/+2
| | | | | | | | | | | | | | name being truncated... (either way, it's the correct thing to do). Andrew Bartlett (This used to be commit a058960c15944ac5a415307f0b016553ef42e101)
| * The previous patch (NTLMSSP common code factoring) was missing a minor detail -Andrew Bartlett2003-01-281-28/+35
| | | | | | | | | | | | | | | | | | | | testing :-). This gets the 'signiture' after the extended security blob, rather than over the top of it. Also move that code to the top of the file, with some of the other util functions. Andrew Bartlett (This used to be commit e5c67a012424e71cee340b16946babe2399c0fa1)
* | Ensure Luke Howard's (C) is added.Jeremy Allison2003-01-311-1/+21
| | | | | | | | | | Jeremy. (This used to be commit 4af9e8052186f0d2e5ef10879990ec92dc7c5feb)
* | Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-306-16/+65
| | | | | | | | | | | | | | messages. Stops build-up of large numbers of smbd's waiting to terminate on large print throughput. Jeremy. (This used to be commit 07efebb98473cb3d4adc6b2e0afef3f06dcc99b8)
* | More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
| | | | | | | | | | Jeremy. (This used to be commit 7ace900b335e83b447cab63137968806a8e2f4d3)
* | Re-added the Heimdal stuff tpot removed.Jeremy Allison2003-01-301-0/+8
| | | | | | | | | | Jeremy. (This used to be commit e79dc0dade1ab1c9f8b3af5c01248bda70cfd582)
* | Revert tpot's HEAD merge which broke the Heimdal build.Jeremy Allison2003-01-301-45/+15
| | | | | | | | | | Jeremy. (This used to be commit 1298ecd0b8a3a9e0a2de42d0c049856cad65e272)
* | Revert tpot's breakage of the Heimdal fixes.Jeremy Allison2003-01-301-0/+122
| | | | | | | | | | Jeremy. (This used to be commit 90336900ad2a6d50e1d42f7bc59fdc7c762187d3)
* | Straus VOS detection patches from Paul GreenGerald Carter2003-01-302-874/+931
| | | | | | | | (This used to be commit 29962f99f2972bd780366753abf4615c0e8fbda1)
* | Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter2003-01-304-153/+47
| | | | | | | | | | the dog again. (This used to be commit 6f89ee2c9dc7f03e3dbe7aa734bf67c6a434d135)
* | Merge of controversial 'max log size' fix.Tim Potter2003-01-301-0/+12
| | | | | | | | (This used to be commit 71e2b60d8f784174cd2a75c5e03bf2a6ab353900)
* | Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.Tim Potter2003-01-302-23/+7
| | | | | | | | (This used to be commit abb112ba2ad362036c7b3f340d5f64d6fcc0cd3c)
* | Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-303-17/+22
| | | | | | | | | | | | | | | | | | | | | | level 2 and a request for open with no oplock is received then the smbd should send *synchronous* break messages, not asynchronous, otherwise it spins very rapidly, releasing the lock, sending the 'break to none' messages and then re-acquiring the lock before any other process has a chance to get the lock and remove it's own oplock (at least on linux). Jeremy (This used to be commit 33e3e863eb7f35b852384e689f3272784261fc39)
* | Added "passwd backend" to WIZARD section in SWAT.John Terpstra2003-01-291-1/+1
| | | | | | | | (This used to be commit 0104e80637fbf1cfa614043577376a073d717e94)
* | Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-295-17/+78
| | | | | | | | | | | | | | from HEAD. I had to do this for him as he was *so* tired, the poor chap, plus he has this bad leg, plus the dog ate his homework etc. etc. Jeremy. (This used to be commit 1e752b48a12cdcf2cb6343705be83f304e5ee2b6)
* | playing janitor for abartlet. :-(Gerald Carter2003-01-291-22/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | " Make the vampire code use just pdb calls - allowing better operation on systems that are not configured with an add user script, and have an _nua backend for storage. We really need to get the PDB backends out of the IDMAP game... Andrew Bartlett " (This used to be commit e959a8eb67e78bb90ae017687dca8f8b3b147b09)
* | Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).Jeremy Allison2003-01-291-0/+2
| | | | | | | | | | Jeremy. (This used to be commit 60be9a2f1e6d18562218a55e1a1f753e34fb1e5b)