summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* r25222: Fix last assumptions that (size_t)-1 can be usedJeremy Allison2007-10-102-19/+37
| | | | | | as a special dest_len of sizeof(pstring). Jeremy. (This used to be commit 9fc14c83cc5e3a360464c33e26b1073db63763d7)
* r25201: Fight those red bars...Michael Adam2007-10-101-182/+183
| | | | (This used to be commit cc4599fdc1fb9aa51f6a4487cb1aa78a5556757a)
* r25200: Fix a debug message.Michael Adam2007-10-101-1/+1
| | | | (This used to be commit f1f4758e2c40a470c19b4b738f79ec5807522909)
* r25199: Remove pstring from strdup_upper - make it theJeremy Allison2007-10-101-14/+31
| | | | | | same as talloc_strdup_upper. Jeremy. (This used to be commit db1b6293771755f20660b071aac0284638dbed46)
* r25198: Change net_rpc_join_ok() to return NTSTATUS for betterMichael Adam2007-10-102-14/+25
| | | | | | | error propagation. Michael (This used to be commit 5a16da2185f07d1f48fabd93a7a6b8f2d6b91089)
* r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam2007-10-105-49/+72
| | | | | | | return NTSTATUS to allow for better error propagation. Michael (This used to be commit 46093004a788dae83a4ddb888ca5d72f555c236c)
* r25195: Fix issue with calling pull_uc2_*alloc withJeremy Allison2007-10-101-0/+8
| | | | | | | str_len == 0. We should just return 0 in this case. Jeremy. (This used to be commit 8bb85f3f141f0f45b06d28f004cb2cf18252d4e1)
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-105-6/+6
| | | | (This used to be commit b64df8a3c504ab7749c21ffb26e4771a9a0a328f)
* r25179: fix libunwind detection on x86 based hostsStefan Metzmacher2007-10-101-7/+29
| | | | | | | we need -lunwind-x86 not -lunwind-i686 metze (This used to be commit 2e5f4781652961d6369a64c48b92697c11262c51)
* r25177: if configured using --enable-socket-wrapperStefan Metzmacher2007-10-102-1/+22
| | | | | | | | allow overwritting the location of the WINBINDD_SOCKET_DIR via an environment variable metze (This used to be commit 93bdd2724cc711005a5f2f223b499199394e78e7)
* r25173: Use the append_buffer version in a loop.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 37cf2c272751065245dd46708af0a78f1f0c47df)
* r25172: Remove commented out code we will never enable.Jeremy Allison2007-10-101-172/+0
| | | | | Jeremy. (This used to be commit 6032fbc358c5015b2b6a23e13d978bf41ef9e5f3)
* r25171: More pstring removal.Jeremy Allison2007-10-102-29/+51
| | | | | Jeremy. (This used to be commit 4748d2639796e8caa67fae44d1cf660d49d82663)
* r25170: Remove pstring limits from ms_fnmatch and module load.Jeremy Allison2007-10-103-41/+50
| | | | | Jeremy. (This used to be commit 764574ee05ea4f13cdd30c0a0668ffeb81756989)
* r25169: Fix bug 4028Volker Lendecke2007-10-101-0/+4
| | | | (This used to be commit 1a022267003480b4487a780ebaa6016f491828a3)
* r25167: Fix breakage from mangling rewrite. Use theJeremy Allison2007-10-101-1/+2
| | | | | | | | new name if unmangling succeeded, not if it failed. Jerry - please re-test, this should fix your bug. Jeremy. (This used to be commit c215d6e84929b70e4472e19f32ec4f1db7449d90)
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-106-19/+19
| | | | | | string. Jeremy. (This used to be commit fe30a523dfc77cc373145624246fd3ad5c62b9ac)
* r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison2007-10-103-4/+82
| | | | | Jeremy. (This used to be commit 2243a73d650319208aebbbaf65dfba2a508a7c10)
* r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison2007-10-101-1/+1
| | | | | | Found by Metze's code review (thanks Metze !). Jeremy. (This used to be commit a7370eea6be29c0e2adf5ae62aa6182b9165e744)
* r25162: Refactor further: add mapping functions betweenMichael Adam2007-10-101-13/+44
| | | | | | | | | | | REGISTRY_VALUE and struct registry_value formats for registry values. Lacking better naming, I called them regval_hilvl_to_lolvl and regval_lolvl_to_hilvl for a start. The might be useful elsewhere, so might be put into another place later on. Michael (This used to be commit 883fd7906165ca10413e4745b3beed59516adf34)
* r25161: Don't panic if setgroups fails in non-root mode.James Peach2007-10-101-2/+2
| | | | (This used to be commit ea226c5ed97d47649833546d5499213093d1925e)
* r25160: Refactor out and slightly clean up canonicalization of the registry ↵Michael Adam2007-10-101-91/+97
| | | | | | | | | value from smbconf_store_values(). Michael (This used to be commit 7761f9b3ccf0d9ae9ffe830b04c3be8451ce2112)
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-1034-46/+44
| | | | | metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)
* r25152: fix headers used in wbinfo.cStefan Metzmacher2007-10-101-2/+1
| | | | | metze (This used to be commit 2a794db3c548330d477497aa66245845486d9888)
* r25150: don't recursivly call call dump_core()Stefan Metzmacher2007-10-101-0/+8
| | | | | | | as currently seen in 'make test' localy and in the farm metze (This used to be commit f41efe01b5a22889f5b18916df9a2f924263e7f9)
* r25148: Adapt to coding conventions.Günther Deschner2007-10-101-414/+697
| | | | | Guenther (This used to be commit c3b423c52a2bf3f50870158d8c7ffd314c8ac935)
* r25146: rename winbindd_nss.h => winbind_struct_protocol.hStefan Metzmacher2007-10-103-5/+3
| | | | | | | | | as this header has nothing todo with winbindd nor nss and it contains the definitions for the struct based protocol metze (This used to be commit e9e03aac2221c44eec89cc957b8bb3be721103bd)
* r25143: rename public functions from winbind_client.hStefan Metzmacher2007-10-108-93/+100
| | | | | | | | | | | | | init_request => winbindd_init_request free_response => winbindd_free_response read_reply => winbindd_read_reply write_sock => winbind_write_sock read_sock => winbind_read_sock close_sock => winbind_close_sock(void) metze (This used to be commit 8a95d7a7edcfa5e45bccc6eda5c45d9c308cb95d)
* r25142: Panic if setting the group list fails while switching securityJames Peach2007-10-101-1/+4
| | | | | contexts. Patch from Tim Prouty <tim.prouty@isilon.com>. (This used to be commit a136de663f122603e8d34e06027896ff39b35e11)
* r25141: More pstring removal.Jeremy Allison2007-10-101-3/+14
| | | | | Jeremy. (This used to be commit cfcf7cf03e1be34e6839c1a659c4e8c1b5358c37)
* r25140: Less red bars to hurt my eyes...Michael Adam2007-10-101-47/+51
| | | | (This used to be commit f935d21200294c8d29ce527300f605e721cb3620)
* r25139: Avoid code duplication: let regval_ctr_copyvalue() call ↵Michael Adam2007-10-101-37/+2
| | | | | | | | | | regval_ctr_addvalue(). This also corrects regval_ctr_copyvalue() in that it cannot create (invalid) regval containers with dupliacte entries... Michael (This used to be commit 2daaaaa835078c543fa12cd1819e8a3d86cf6e5e)
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-1012-74/+179
| | | | | | to unix_convert(). Jeremy. (This used to be commit 39c211a702e91c34c1a5a689e1b0c4530ea8a1ac)
* r25136: When tallocing a string to uppercase remember the terminatingJeremy Allison2007-10-101-1/+1
| | | | | | '\0' in size calculations. Jeremy. (This used to be commit 54c658867db3b6c602080d60936abab3af26e112)
* r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() ↵Günther Deschner2007-10-101-1/+0
| | | | | | | | | | | which appears to be a leftover. Should fix the build with profiling enabled. Jeremy, please check. Guenther (This used to be commit 98f2e10e3f7a86b1b30619a25ee15a489ad10d43)
* r25134: Fix Bug #4968 and make dns updates work with heimdal as well (again,Günther Deschner2007-10-101-21/+3
| | | | | | | | | | | gss_import_name() needs to follow the same logic as in the LDAP sasl wrapping (see -r25133). Tested with MIT 1.2.7, 1.3.6, 1.4.3, 1.5.1, 1.6.1 and Heimdal 0.7.2, 1.0, 1.0.1. Guenther (This used to be commit 913fb138aa90a6627ee49b2e92d1bbc73e11f9ea)
* r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner2007-10-101-46/+5
| | | | | | | | | | | | | | | | The gss_import_name() broke as we switched from the internal MIT OID "gss_nt_krb5_principal" to "GSS_KRB5_NT_PRINCIPAL_NAME" and didn't switch from passing the krb5_principal (or better: a pointer to that, see MIT's "*HORRIBLE* bug") to pass the string principal directly. Jerry, Jeremy, neither I could figure out the need of passing in a krb5_principal at all nor could I reproduce the crash you were seeing. I sucessfully tested the code (now importing a string) with MIT 1.2.7, 1.3.6, 1.4.3, 1.5.1, 1.6.1 and Heimdal 0.7.2, 1.0, 1.0.1. Guenther (This used to be commit cb2dc715e33467c8b588161e816e72a948f6860c)
* r25130: make use only of base types which are provided by libreplaceStefan Metzmacher2007-10-107-216/+144
| | | | | | | in winbind client and nss/pam stuff metze (This used to be commit 2e13e05fa91788bd128e6940bccc0d2cc7140986)
* r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplaceStefan Metzmacher2007-10-103-25/+0
| | | | | metze (This used to be commit b3ee9adf28ee8136528d0236a3a2c894c2223053)
* r25125: create prototypes for 'bool ' functionsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 5afa66970ee831a8be887c9e7eeeaceead6049db)
* r25121: Remove pstring limits from much of our string handling function.Jeremy Allison2007-10-101-54/+174
| | | | | | Still a few left (mainly the substitute ones). Jeremy. (This used to be commit 6552e52979a7c6954faa8b2c9c0f08b3779835c4)
* r25120: One more warning.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 9cc70e3ccff9c3b20076572235d9dcbfd23e97e5)
* r25119: Fix a couple of warnings.Jeremy Allison2007-10-102-2/+3
| | | | | Jeremy. (This used to be commit 0e655ac94653128566a8764ea804f37c4c7b300f)
* r25118: More pstring elimination.Jeremy Allison2007-10-105-57/+84
| | | | | Jeremy. (This used to be commit 7632f8fb4003657591778d2b55f546d1737859d1)
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-1015-481/+755
| | | | | | | | | the main server code paths. We should now be able to cope with paths up to PATH_MAX length now. Final job will be to add the TALLOC_CTX * parameter to unix_convert to make it explicit (for Volker). Jeremy. (This used to be commit 7f0db75fb0f24873577dcb758a2ecee74fdc4297)
* r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison2007-10-101-5/+2
| | | | | | truncated strings. Jeremy. (This used to be commit 93c42fd9b52d9135d8c8b52e97cf342c1c5b5010)
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-107-341/+438
| | | | | | | | | | There are now ony 17 pstrings left in reply.c, and these will be easy to remove (and I'll be doing that shortly). Had to fix an interesting bug in pull_ucs2_base_talloc() when a source string is not null terminated :-). Jeremy. (This used to be commit 0c9a8c4dff10974dbffd2a302ae982896122fcc0)
* r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner2007-10-102-4/+2
| | | | | Guenther (This used to be commit 2dea9464bba76af4315a8207ccd3e564ec19d146)
* r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner2007-10-101-2/+2
| | | | | Guenther (This used to be commit f31949ec3456134de474a0219a8cd5dcd15adea6)
* r25107: Fix const warning caused by the way I reformatted thisSimo Sorce2007-10-101-3/+4
| | | | (This used to be commit 6ce01bf41339b4c48aa458bb0667664727d3dac3)