summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-17Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEADJelmer Vernooij1-138/+72
(This used to be commit 58aa32ea6ac587df92ceefc527afbb1ff5bd0b08)
2003-04-17Remove SamBackend variable (is already gone in HEAD)Jelmer Vernooij1-1/+0
(This used to be commit 3a99e5a2dbc88a2234ca08ca1e7b50f14ff9bce9)
2003-04-17Add notes on Japanese charsets from MonyoJelmer Vernooij1-0/+26
(This used to be commit 571e14bd07148d95e3e83167e83362bec0502d55)
2003-04-17Regenerate docsJelmer Vernooij45-23/+11037
(This used to be commit 381f75134a8d7dd2c3983f64b6598944a63a07b2)
2003-04-17Regenerate docsJelmer Vernooij50-15161/+14791
(This used to be commit 13a4cd540a1c193e77d973b9dac5bc2d9e7a5353)
2003-04-17Always use DSSSL stylesheetJelmer Vernooij1-8/+8
(This used to be commit aee2c48c729c4c9d7187556a9fabc4becb4045dd)
2003-04-17Fix syntax errorsJelmer Vernooij2-2/+4
(This used to be commit c7f18b38e683bf3b341504e02af448ce13fad248)
2003-04-17Update SGML layout.Jelmer Vernooij1-1/+5
(This used to be commit 934dbcb1ae47811cae69c3b0677ba89e4f8eabee)
2003-04-17Adding editreg.c ...Richard Sharpe0-0/+0
(This used to be commit 9bfbf6e49182850a19cf2cb4a565298c8c8fc1e1)
2003-04-17Fix syntax errorsJelmer Vernooij2-2/+1
(This used to be commit 0a55ff6738f9a8bdc480cb71c43e7372e45af216)
2003-04-17Edits in progress.John Terpstra2-2/+88
(This used to be commit c1dea19852d8eedf590323ac464f863eb3b92c83)
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce3-8/+15
places where it was used, this caused me segfaults in the last week :( add more debugging in idmap to chase down a problem (This used to be commit 6393105bda12fb3f6211e4f0128aabf588431b49)
2003-04-17Merge from HEAD.John Terpstra8-79/+264
(This used to be commit df7e50dc5826adc3d12d51a0192d4d526fc88165)
2003-04-17Small edits.John Terpstra2-4/+4
(This used to be commit f75624dad4183748fcf31390e249b945716c333a)
2003-04-17Adding Mimir's edits.John Terpstra1-0/+119
(This used to be commit c77c4e57dcecd6eeaadffe1b1f78483eaaa79217)
2003-04-17This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User3-0/+3170
used to be commit a50dc3f836a898d1aef08afbd12e7221db24440a)
2003-04-17More updates ...Richard Sharpe1-2/+64
(This used to be commit 410451f9478ff1e73cabc8ee2213ded4f08315c6)
2003-04-17Updates to editreg.c to provide more functionality ...Richard Sharpe1-261/+1119
Hopefully more coming ... (This used to be commit 22d1819011de02351976bad778837a28ab45a449)
2003-04-16Fixes for multi-PDU schannel - based on Volker's code. This code needsJeremy Allison1-9/+36
tidying up. Samsync still doesn't work due to bad parsing of net_io_sam_alias_info with a blank description. Still working on this.... Jeremy. (This used to be commit 942fede9a57a9319cf67388004dd45fa8a045f41)
2003-04-16Fix typosAlexander Bokovoy4-4/+5
(This used to be commit eefe0322e2ab257d511ff5e7f93a16311e7073a0)
2003-04-16I've changed 'net rpc join', so I should doco it...Andrew Bartlett1-9/+17
Andrew Bartlett (This used to be commit b12164729d61c4c6c4824ac1dad2c440f6852c06)
2003-04-16Fix a typo spotted when working on PDF versionAlexander Bokovoy1-1/+1
(This used to be commit 63767ab985396434d8772104555395d87691ed14)
2003-04-16Move PAC decoding over from HEAD.Jim McDonough3-1/+10
(This used to be commit b0fd4e5555dd93c584cd86eaac080663b9e4031f)
2003-04-16Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison5-32/+49
multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC. Jeremy. (This used to be commit ec82e8e9f4a6bf807a91ac265af39a516c7ab631)
2003-04-16Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison6-32/+51
multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC. Jeremy. (This used to be commit ff66d4097088409205b6bad5124a78ef9946010d)
2003-04-16Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reportedJelmer Vernooij1-1/+1
by Stephen D. Roylance) (This used to be commit 502f332345db88c9ff474e84f22080d99dc6c771)
2003-04-16Only use backtrace variables when we can use themJelmer Vernooij1-0/+2
(This used to be commit 17243c61b56c20c86b5d10be294d06addffedb6a)
2003-04-16Only declare backtrace variables when using themJelmer Vernooij1-0/+2
(This used to be commit 429b373453a04fa6871324dd0a3ff8a203c519f8)
2003-04-16More merges from HEAD:Jelmer Vernooij13-496/+689
- Stephan Kulow's changes (fixing warnings in libsmbclient) - VFS modules - Seperating libs (This used to be commit 6e9b7802335428c88ecf4e44a0e2395ac58e96b5)
2003-04-16Check whether return status of poptGetNextOpt is -1, not EOFJelmer Vernooij1-1/+1
(This used to be commit 1fefb776eec94efc7ea1b760dc4b80f61d61a158)
2003-04-16fixed the popt option handling in nmbd, so that -i now worksAndrew Tridgell1-34/+37
(This used to be commit 2bb93421e665cdc0c4a2d8a539f76856e4d32249)
2003-04-16Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij1-1/+1
(This used to be commit 84fba11ff0a649932e1f812408017ae4c5611083)
2003-04-16Fix segfault by getting this the right way aroundAndrew Bartlett1-1/+1
(This used to be commit 8ba6148c69031e9a82687d4d006e1fa7ada21e91)
2003-04-16Up the debug level for the second run of the test (client side)Andrew Bartlett1-2/+2
(This used to be commit 015924491e2f06ff5a96729c7db7411a29281594)
2003-04-16We changed 'net' so change the torture tests that use it.Andrew Bartlett1-4/+4
(This used to be commit 0048a81abe99e43655d4482df27903dba774213b)
2003-04-16Merge valgrind header usage from HEAD.Andrew Bartlett2-14/+17
(This used to be commit 5c978e39f2879d900a1bcad535b489f4cd440906)
2003-04-16Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij3-162/+223
(This used to be commit 64a357017a897d1920c06fc19453470ee517470d)
2003-04-16Add make destination for librpc_echoJelmer Vernooij1-0/+5
(This used to be commit 7ef7910004555997c194af6a069a81a89dcc3b53)
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij13-113/+159
(This used to be commit c7a1de090db35835be1a1623bfc80c04065c5dd9)
2003-04-16Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett1-3/+2
(This used to be commit 87f491d6a63e0818ada4ed21dd1f4905b20f846c)
2003-04-16This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett1-62/+0
Andrew Bartlett (This used to be commit c98bbc750773f7c49dbb1e69a5936f52416dd51c)
2003-04-16Expand this magic number into the #defines it is made up of.Andrew Bartlett1-1/+1
(This used to be commit 3d2d19b91036b6b11a33996d4b8bf266bad32737)
2003-04-16Add some static and #ifdef DEVELOPERAndrew Bartlett1-3/+5
(This used to be commit 3bdbd320b001ea5881573f6c6a4c2259a60e2bb3)
2003-04-16Put this comment in a better place...Andrew Bartlett1-3/+3
(This used to be commit 3fdddade0f6d463270c26623a654494ebe3e09bd)
2003-04-16NTSTATUS strings are much more use than raw numbers...Andrew Bartlett1-2/+2
(This used to be commit aeaa60c8432fe06ad51bac52f473e5fdc6c00afc)
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett23-223/+368
workstation, we have to use the workstation type, if we have a BDC account, we must use the BDC type - even if we are pretending to be a workstation at the moment. Also actually store and retreive the last change time, so we can do periodic password changes again (for RPC at least). And finally, a couple of minor fixes to 'net'. Andrew Bartlett (This used to be commit 6e6b7b79edae3efd0197651e9a8ce6775c001cf2)
2003-04-16Make this code actually compile (--with-ldapsam).Andrew Bartlett1-4/+7
This might not actually be the 'right way' to do this, but it's better to have it compile... Andrew Bartlett (This used to be commit c7dc0b27aca8f7e4653b25dae37ea38d68fc045a)
2003-04-16Add torture to everything..Jelmer Vernooij1-1/+1
(This used to be commit 89048748ae8ef863c154c4f4c3254bcc1c9b77a0)
2003-04-16Don't build the torture progs in 'make all'Jelmer Vernooij1-1/+1
(This used to be commit 44779546964bce605510af39feaee3ea436a7cfb)
2003-04-16Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison1-0/+1
Jeremy. (This used to be commit adeac265a05be90444d4651f36f2db2bd2f8e8e4)