summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r7241: The KDC almost links...Andrew Bartlett2007-10-105-6/+1137
| | | | | | | | | | Using current lorikeet/heimdal, and with the KDC module enabled (it is disabled by default), I almost get the KDC to link. (To enable the KDC for testing, comment out the only line in smbd/config.m4, and add 'kdc' to the 'server services' line in smb.conf). (This used to be commit 26cd4b4f68a370390e08263067402c6c70e49ec8)
* r7240: Don't call our fancy error message routines on a null context.Andrew Bartlett2007-10-101-2/+1
| | | | | Andrew Bartlett (This used to be commit 35877387c8e345d30d7598d1a139067a26cc1f7f)
* r7239: add a little testSimo Sorce2007-10-101-0/+1
| | | | (This used to be commit 9293de1c354854ace3f8f60a2accc72f4686c6e2)
* r7238: Add pam auth support in swatSimo Sorce2007-10-102-1/+83
| | | | (This used to be commit 8a98572a3b5dba58181dc402dbebae5452656012)
* r7237: we need to check for PAM hereSimo Sorce2007-10-101-0/+1
| | | | (This used to be commit d630e654b6638a7a57541ece9396700a9cf6c5b0)
* r7236: uhmm this require to be in tooSimo Sorce2007-10-101-4/+2
| | | | (This used to be commit 3b5fc036f3ffe57282b291454f6c632306e4c8d5)
* r7235: We do not need PAM here anymoreSimo Sorce2007-10-101-12/+0
| | | | (This used to be commit f338697edd31a0aa675aadedf2a51d748b75f913)
* r7234: that code path is diedSimo Sorce2007-10-101-1/+0
| | | | (This used to be commit efbfabdefab621eca0b644f22b887ae2cdd50bf2)
* r7233: what about filling that new element ?Simo Sorce2007-10-101-0/+3
| | | | (This used to be commit 6a5e48c35cba801b16172cf6ff06b1d4116fb018)
* r7232: add some more auth stuffSimo Sorce2007-10-103-80/+442
| | | | | enables us to authenticate against system users (only PAM support right now) (This used to be commit 0c894de58b7850a2905b73eb17c42d7e87cb9f87)
* r7231: remove some old stuffSimo Sorce2007-10-101-105/+0
| | | | (This used to be commit 2e3316be9faf696fbb84e0a183de47418d7b9acd)
* r7230: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-101-4/+8
| | | | | cldap code (This used to be commit 9da5379048784524eee213d8609f1d96f0058e39)
* r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-102-7/+16
| | | | | nbt and dgram layers (This used to be commit 2a9efbdae638a655999e07a7c3da97fd20dc056c)
* r7228: use socket_pending() instead of the direct ioctl in the messaging codeAndrew Tridgell2007-10-101-5/+6
| | | | (This used to be commit ca3c4e961713ffd8952fca328e27196ba2ccc0c9)
* r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell2007-10-104-0/+40
| | | | | | will be interesting to see if this causes any portability problems, as it is a less commonly used call. (This used to be commit f6993db31d93059c70b44a23005ba444e205870f)
* r7226: Forgot file to disable building the new kdcAndrew Bartlett2007-10-101-0/+1
| | | | | Andrew Bartlett (This used to be commit 678c3f37c7b1996f77daa176eb8a6c151ca3aa27)
* r7225: Create a MprVar object from a NTSTATUS, e.g:Tim Potter2007-10-101-0/+23
| | | | | | | | | | res: { is_err: true, is_ok: false, errstr: "NT_STATUS_IO_TIMEOUT", v: -1073741643 } (This used to be commit d81d5f8317ca82a08e6fc38ef7313fad2e631281)
* r7224: add some more usefull data to the auth_usersupplied_info structSimo Sorce2007-10-102-5/+14
| | | | (This used to be commit e40c44e9cdc0be7c52207f8479568804e7d9cff2)
* r7223: Advance script past interpreter line.Tim Potter2007-10-101-0/+11
| | | | (This used to be commit 31b9fadbed656f666f587a9dcb5a7627a2d388aa)
* r7222: remove double call to the same function in the same place, probable ↵Simo Sorce2007-10-101-6/+0
| | | | | | cut&paste error (This used to be commit 615618f192a05b95ab0e0fba68e339a6df1a3363)
* r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett2007-10-108-0/+264
| | | | | | | included Heimdal) to Samba4. Andrew Bartlett (This used to be commit 51ba3ea60c265b837821b6c3e031dfe229c10d6a)
* r7220: Fix commentAndrew Bartlett2007-10-101-1/+1
| | | | (This used to be commit 964f0d95bb16c5d298928f0a9c21f2870eea40c6)
* r7219: Don't allow 'binding' to be used uninitilaised.Andrew Bartlett2007-10-101-0/+2
| | | | | Andrew Bartlett (This used to be commit 3dd730fbc880ddc4f2efc6105cd21ec45f4afdd5)
* r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett2007-10-101-2/+1
| | | | | Andrew Bartlett (This used to be commit 1f68cf7d0eb5de18da7f9d14c729caf314740601)
* r7215: Convert smbscript to use ejsEvalScript() and file_load() instead ofTim Potter2007-10-101-4/+7
| | | | | | | | ejsEvalFile(). Still need to add advancement of the script past the hash-bang line but it's home time now!! (This used to be commit 14a2053c045a2df1d68838900c833c2a15cb5a36)
* r7214: Undo my interpreter patch. Tridge thought of a much better way to do itTim Potter2007-10-104-52/+4
| | | | | that doesn't involve any changes to ejs at all. (This used to be commit 7b49711ecb87e8618be5ae934ffed5995408b748)
* r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreterTim Potter2007-10-104-4/+52
| | | | | | as the first line of the script. This allows smbscript to be used as an interpreter. (This used to be commit 875c8164096e7334de25cc57ac4b8bdc39b9c46b)
* r7212: Disambiguate dummy functions to avoid linker problemos.Tim Potter2007-10-102-2/+2
| | | | (This used to be commit 61537301a3c2c93346d874132dd50a83f10b6fe9)
* r7211: - use ioctl(FIONREAD) to remove the artificial limit on messaging sizeAndrew Tridgell2007-10-101-42/+51
| | | | | - avoid a memcpy (This used to be commit 753839c358f45c02927b137092828f3a79158083)
* r7206: changed the messaging library to use sendto instead of a connectedAndrew Tridgell2007-10-101-119/+94
| | | | | | | | | send on the unix domain datagram socket. This gains us about 50% in speed, and also means that we don't run the risk of running out of file descriptors due to heavy messaging traffic. We now use a single file descriptor no matter how many messages are pending to any number of servers. (This used to be commit 2369170fc1b4ff9a48284779fa6d3a6254177ec1)
* r7205: added support for sendto() on unix domain socketsAndrew Tridgell2007-10-101-0/+32
| | | | (This used to be commit 35ef6e3b153f527f79539b2d99c5ff1cd034ba4b)
* r7204: Also fall back to different password set methods on WRITE_FAULT, asAndrew Bartlett2007-10-101-1/+1
| | | | | | | NT4 apparently returns this. Andrew Bartlett (This used to be commit 06b1416c3162a525eac9626957dd3e4adf1d257e)
* r7203: Fill in the error message and fail if we can't open the secrets database.Andrew Bartlett2007-10-101-0/+6
| | | | | Andrew Bartlett (This used to be commit 27257170f4ad08c1a86be9c2a5edfa0b3da0b7a0)
* r7198: Add IDL for browse serviceJelmer Vernooij2007-10-101-0/+111
| | | | (This used to be commit c04fca198ac1469580cd197379a3eff2ed55c41c)
* r7196: fix typo, that makes the spoolss test working with [validate]Stefan Metzmacher2007-10-101-2/+2
| | | | | | | ([validate,bigendian] is still failing badly...) metze (This used to be commit da319b7bc366bb40d9d290efe17436c8fd5a0911)
* r7195: - Fix echo pipeJelmer Vernooij2007-10-103-18/+38
| | | | | | | | | - Don't allocate strings - Give higher preference to the [out] part of variables when they are being used by another [out] variable. Also make sure that [in] variables never use [out] variables (i.e. switch_is() on an [in] variable can no longer use an [out] variable). (This used to be commit 837c83d77a2d1990419c4f3e343616daf8da5799)
* r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side ↵Stefan Metzmacher2007-10-101-1/+2
| | | | | | | now... metze (This used to be commit d2eb1a68447ff71adfc56c60d26753e12596a1a6)
* r7193: add some bail out checks and fix pushing of relative pointersStefan Metzmacher2007-10-101-2/+19
| | | | | metze (This used to be commit 58a214d98fc7a2b46a0876e57e05dec82438bc53)
* r7188: make use of the new relative_base property for the spoolss_Enum* ↵Stefan Metzmacher2007-10-101-14/+14
| | | | | | | functions metze (This used to be commit 870ed3a2b528a9c869392b7ac31e90917bd66ed0)
* r7187: fix alignment of unionsStefan Metzmacher2007-10-102-17/+14
| | | | | metze (This used to be commit b9e50a47f165ba120cd99f2a2b25256b6420681b)
* r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher2007-10-104-59/+195
| | | | | | | | | | (maybe we could add them to elements latter...) with this property all relative pointers from inside the struct or union are relative to the struct/union start metze (This used to be commit c0dd18326c058e3e218d43f48ecff418f4b0b51e)
* r7185: fix formattingStefan Metzmacher2007-10-101-35/+35
| | | | | metze (This used to be commit 87a31621908c30b0376e98e3f4143eb591987c5c)
* r7184: remove unused ndr_pull/push_struct_start/end() functionsStefan Metzmacher2007-10-102-44/+2
| | | | | metze (This used to be commit 95d3286a327467c32ee25fcac913fc5f3113a74b)
* r7183: add some forward declarations ...Stefan Metzmacher2007-10-101-0/+7
| | | | | metze (This used to be commit e9f30ad69800a9858676c467f7f12aceff693358)
* r7182: remove current support for RELATIVE_CURRENT, this will be replaced ↵Stefan Metzmacher2007-10-104-19/+3
| | | | | | | with a better aproach later metze (This used to be commit 9a4e9f68fbddaae3fc86e30d39b69fc76261c0ea)
* r7181: add functions to calculate the buffer size needed for array buffer in ↵Stefan Metzmacher2007-10-101-0/+54
| | | | | | | | | the spoolss_Enum* functions they will be later used in the spoolss server code metze (This used to be commit 539fe32cedb73be0520675a1052cba476e4974d2)
* r7180: Missed fixing the shutdown for 1 process...Jeremy Allison2007-10-101-1/+6
| | | | | Jeremy. (This used to be commit 997e1405cbd4535e18c4729c77ec5de4237f78d7)
* r7179: remove compiler warningsStefan Metzmacher2007-10-101-4/+3
| | | | | metze (This used to be commit 0e1b1c393718cbffea391ba753cf19d359ff36d6)
* r7178: If we're using one process in NETBENCH simultion only open oneJeremy Allison2007-10-101-5/+14
| | | | | | | connection to the server. Makes valgrind/cachegrind on the server easier. Jeremy. (This used to be commit fba9462591864a4efcfae653e1cef81f08299f92)
* r7177: fill in REMOTE_ADDR correctlyStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit aab9b953da8e9416e0756f760a717cf9013b772b)