summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* ZERO_STRUCTP does not check argument for NULL.Luke Leighton1998-11-131-1/+4
| | | | | ZERO_STRUCTPN _does_ check argument for NULL. (This used to be commit 0be34ca1402f95506680caa3461e94d4ae54bb7d)
* fixes for OSF1 compilationAndrew Tridgell1998-11-137-13/+23
| | | | (This used to be commit 5be3c37f50eac35cad3eadf0d24e7a4ee04c075e)
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-134-12/+10
| | | | | | | | lib/util_sock.c: Added strerror() calls to getpeername failures (which seem to be giving IRIX trouble at the moment). rpc_parse/parse_sec.c: Changed use of ZERO_STRUCTPN to ZERO_STRUCTP which again does zero pointer protection. smbd/quotas.c: Fixed typo. Jeremy. (This used to be commit b62f008974c96e0302d6c146cf49bc2045bef005)
* security descriptorsLuke Leighton1998-11-136-83/+104
| | | | (This used to be commit 9412edfd4c11a26e4ef290839375e3959cf70a7e)
* sids in rpctorture changed from fstrings to DOM_SIDLuke Leighton1998-11-131-2/+2
| | | | (This used to be commit bd09e00112fd371aa070b5b47f1d4e27137a7f2e)
* fixed compile for FreeBSDAndrew Tridgell1998-11-132-376/+371
| | | | (This used to be commit 78e63e17c59de68200308641dce7c413520a2980)
* %\ is an interesting printf argument, but I prefer %sAndrew Tridgell1998-11-121-1/+1
| | | | (This used to be commit b93f686655e871d7bfec9c7601cf3c175008041a)
* we don't have any jpeg images any moreAndrew Tridgell1998-11-121-7/+0
| | | | (This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-125-27/+70
| | | | | Now passes strings instead. (This used to be commit 48af29bcc9e8094de6ba057a52dbae3c80ea7a05)
* security descriptors.Luke Leighton1998-11-1211-93/+387
| | | | | kanji const char* warnings. (This used to be commit 06abdfd68e1d7fa8741afc3f56ec7a13b5fa4ccc)
* please remember to check that code compiles before checkin!Andrew Tridgell1998-11-121-2/+2
| | | | (This used to be commit 88c90ec65c1a764dd7b13d9fb5ce700027f40cfd)
* .cvsignore: Removed old entries.Herb Lewis1998-11-125-52/+64
| | | | | | | | | | | | | client/client.c: include/client.h: Added some debug messages that the old client used to generate. These are needed to make scripts such as 'findsmb' work - there may be other changes to keep backwards output compatibility. Do we need a -old-client-compat argument ? libsmb/clientgen.c: Fixed crash bug where malloc'ed data wasn't being cleared - corrupted malloc chains. web/swat.c: John's changes to get rid of "ghost" table entries. (This used to be commit 3c45a3503ea57d17e98eb3e57514161a5c82e45e)
* Fixed smbpasswd so that enabling a user who already has a passwordJeremy Allison1998-11-121-2/+20
| | | | | | | doesn't require a new password entry. Sets the 'enable/disable' code back to being symmetrical. Jeremy. (This used to be commit fa068a6db8da154903fb97a843f261592fcb684a)
* include/kanji.h include/proto.h lib/kanji.c: Added const parameters in ↵Jeremy Allison1998-11-123-42/+44
| | | | | | | | string wrappers. printing/printing.c: Added OSF1 fix. Jeremy. (This used to be commit 9d05d80f811426f83a975d28e64c5d6b10574c25)
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-128-30/+149
| | | | | security descriptor testing. hey wow, you can get a SD then send it back! (This used to be commit 7466c3113ef8f8a89b8496efadfeb611c9f3e069)
* changes from John Sygulla for changing remote passwordsHerb Lewis1998-11-121-17/+79
| | | | (This used to be commit e3fc90d0b5b21d49615c951a475d85f15fa01271)
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-129-701/+2000
| | | | | | | | changes from yesterday by me, jeremy and andrew. jeremy, your ACB_PWNOTREQ mod would have caused a crash if the user didn't exist (first check should be for smb_pass != NULL) (This used to be commit cbac0f165d351ba9497c222e55e453d781376e58)
* security descriptors and registry.Luke Leighton1998-11-124-3/+102
| | | | (This used to be commit 9814ac8a65f4d8333527976f1d227e8cd3c2c8ce)
* handle null usernamesAndrew Tridgell1998-11-121-8/+5
| | | | (This used to be commit ee60d9a289f8d94f8e4d8405f7b41690b891bbb1)
* show all buttons in demo modeAndrew Tridgell1998-11-121-1/+1
| | | | (This used to be commit d076daaaf8690ae0b1ff9c8782619e518f868109)
* fixed demo modeAndrew Tridgell1998-11-121-5/+10
| | | | (This used to be commit 530a98022e5207772980fc7d286547686713927a)
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-128-519/+385
| | | | | instead of opening pipes and other horrible stuff. (This used to be commit 49bf19710345a59a2d17cd449be1a132885ed821)
* char -> uchar fixAndrew Tridgell1998-11-121-1/+1
| | | | (This used to be commit badc0f229a2940560b56aafde9824f1b4bd0f7c7)
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-1210-668/+710
| | | | | | | | | | | | | | should allow us to call a function in swat rather than piping to smbpasswd. while doing this I also fixed quite a few "const char *" versus "char *" issues that cropped up while using const to track down bugs in the code. This led to changes in several generic functions. The smbpasswd changes should be correct but they have not been extensively tested. At least if I have introduced bugs then we should be able to fix them more easily than before. (This used to be commit 713864dd0322ae2ae2d83e333d85be35a7eed4ec)
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-124-35/+62
| | | | | | resons and my own piece of mind... Jeremy. (This used to be commit 45131501f23ce1eec2f23fe2c1060cd5a2736ec9)
* Fix fd leak in error condition in grantpt code case.Jeremy Allison1998-11-121-5/+8
| | | | | Jeremy. (This used to be commit 22df2dae30b815f1c86bd21ac0ccf02da5b85eba)
* Added the security changes suggested by Andrew - become theJeremy Allison1998-11-123-79/+108
| | | | | | user that authenticated to swat permanently (if not root). Jeremy. (This used to be commit 7d55bf379177a4a448e39577ae0af603d5e958f6)
* Added enable user button. Fixed bug where log was always printed.Jeremy Allison1998-11-121-5/+15
| | | | | Jeremy. (This used to be commit 43ddc857793ffe507017fc989d60403e33e2ada3)
* changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1998-11-113-14/+12
| | | | (This used to be commit 52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1)
* J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison1998-11-112-2/+4
| | | | | Jeremy. (This used to be commit bd4e2972f50cafd932a5c915cdeeef7eedda07cc)
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-115-14/+23
| | | | | | | script/makeyodldocs.sh: Added code to make text docs for non-man page YODL docs. web/cgi.c web/swat.c: SGI compiler warnings fixed. Jeremy. (This used to be commit 80e0f7e1071f032c5004aecb01a91d1397e6a161)
* oops!Luke Leighton1998-11-111-11/+13
| | | | (This used to be commit 22ef5160bf79b968f5bdd3393535177b9d30e178)
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-115-42/+129
| | | | (This used to be commit 719382a5579e8798812bbccd14a4c1ffd9003f7a)
* Added needed flag for swat password changingHerb Lewis1998-11-111-2/+3
| | | | | | I forgot to mention that the changes to swat were contributed by John Sygulla (This used to be commit aa0cec0470235d2508a179b3d631a9a37c9aebda)
* added password change functionality to swatHerb Lewis1998-11-112-60/+534
| | | | (This used to be commit 06d4026cf1521766b52766193774f1fd8dd70c81)
* Fix from richard.kettlewell@kewill.com for leapyear bugs.Jeremy Allison1998-11-111-1/+5
| | | | | Jeremy. (This used to be commit 751856a09d4fa112ce2fedd963b42ae5f63c89c1)
* clearing up security descriptorLuke Leighton1998-11-119-61/+129
| | | | (This used to be commit abdc9d790b7d27b70aaf88451f5c82c99c94ca6e)
* Fixed two debug prints.Jeremy Allison1998-11-111-2/+2
| | | | | Jeremy. (This used to be commit 74530677d5301abd2da5bcdcb1fde6e6f903ad70)
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-1111-307/+454
| | | | | sorted lookupsids command (This used to be commit 13a0ee851fe0ce9acddfe57f9aba19fc78085c39)
* makeyodldocs.sh now works with the bash shellJean-François Micouleau1998-11-111-3/+3
| | | | (This used to be commit a41defc36756eef0054f66dcbd46890453ad5ae3)
* Added code to copy smb.conf.5.html to the swat help directory.Jeremy Allison1998-11-111-0/+8
| | | | | Jeremy. (This used to be commit 3b2a32293b9da7bc6acd4dea3e54d98270495853)
* swat.c updated to use new yodl generated smb.conf.5.html file for helpHerb Lewis1998-11-111-5/+17
| | | | | added smb.conf.5.html to swat/help (This used to be commit 9f250a80c66fb3e2b9039218771f0b4d5088a0ae)
* Makefile.in: Added target for makeyodldocs - not used by default.Jeremy Allison1998-11-113-5/+16
| | | | | | | | rpc_client/cli_reg.c: The perils of cut-n-paste coding include using variables before they are initialised :-). script/makeyodldocs.sh: Remove the intermediate files. Jeremy. (This used to be commit 88031bca5c528157ef2fe1d976a245b186ff8959)
* Adding YODL docs maintainer script.Jeremy Allison1998-11-111-0/+75
| | | | | Jeremy. (This used to be commit f04c2b4deeaee7360b5757de8eb7cb019d886e46)
* registry delete value command: "regdeleteval".Luke Leighton1998-11-116-1/+197
| | | | | this is just so unbelievably simple to do... (This used to be commit c05254a15076711d382a58b85b5f08bf81cb1560)
* renamed unk_1b to flush_keyLuke Leighton1998-11-115-31/+31
| | | | (This used to be commit ddfdb6534671a0e9bbbefe555a92925d41abaddf)
* Added manpages/ to source path.Jeremy Allison1998-11-111-1/+1
| | | | | Jeremy. (This used to be commit 0f7977ef74af1cbb7e92df8cb1b5545247056b52)
* - renamed open_policy to open_hklm.Luke Leighton1998-11-116-76/+149
| | | | | | | - renamed open_unk_4 to open_hku - fixed createkey issue spotted by phil cox (This used to be commit 7df85b956787f02d022b34ef8cfc13fc967ae89c)
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-106-0/+198
| | | | (This used to be commit 20987b6105d42f3404ff009cc27e73a1823cd495)
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-105-0/+122
| | | | | opcode 0xb added to do this. a likely candidate name is "RegFlushKey". (This used to be commit 5e9567e3c7d4ee8624a448fcccfcd8003913dbbf)