summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam10-126/+126
2007-10-10r25287: Eliminate a handful of red bars and overly long lines I justMichael Adam1-32/+40
2007-10-10r25286: Fix one more caller of unistr2_to_ascii() that passedMichael Adam1-1/+1
2007-10-10r25285: Fix some more callers of unistr2_to_ascii to use the size ofMichael Adam1-4/+4
2007-10-10r25281: Fix a caller of unistr2_to_ascii():Michael Adam1-1/+1
2007-10-10r25277: Belt-and-braces approach to Volker's fix for RPC-SAMBA3-GETUSERNAME.Jeremy Allison1-4/+7
2007-10-10r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getany...Stefan Metzmacher1-3/+13
2007-10-10r25274: Attempt to fix RPC-SAMBA3-GETUSERNAMEVolker Lendecke1-2/+2
2007-10-10r25273: unistrX_to_ascii calls pull_ucs2 - ensure it's neverJeremy Allison1-8/+8
2007-10-10r25272: Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len.Michael Adam1-8/+8
2007-10-10r25270: for internal domains we should not ask a remote DC.Stefan Metzmacher1-0/+9
2007-10-10r25260: add trusted domains always to the end of the list.Stefan Metzmacher1-20/+20
2007-10-10r25258: Fix a panic message and remove superfluous return after the call to s...Michael Adam1-2/+1
2007-10-10r25257: When dumping eventlist, display full timestring.Günther Deschner1-2/+3
2007-10-10r25254: Add my C - MichaelMichael Adam1-0/+1
2007-10-10r25252: move macro defines to the end of replace.hStefan Metzmacher1-32/+35
2007-10-10r25248: According to the build-farm all this defines are not neededStefan Metzmacher1-19/+3
2007-10-10r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup...Michael Adam2-127/+19
2007-10-10r25245: rerun 'make idl'Stefan Metzmacher13-1897/+1897
2007-10-10r25244: see what the build-farm says when we only use large file supportStefan Metzmacher1-11/+13
2007-10-10r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher4-13/+3
2007-10-10r25239: fix cut-n-paste bug in code with LIBUNWIND supportStefan Metzmacher1-4/+0
2007-10-10r25238: Make the error returns from the string functionsJeremy Allison2-23/+47
2007-10-10r25236: make it possible to alter WINBINDD_SOCKET_DIR viaStefan Metzmacher2-2/+7
2007-10-10r25232: sync lib/replace with SAMBA_4_0Stefan Metzmacher7-24/+13
2007-10-10r25230: sync lib/talloc with SAMBA_4_0Stefan Metzmacher4-125/+184
2007-10-10r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:Stefan Metzmacher1-0/+14
2007-10-10r25226: Get rid of more red bars...Michael Adam1-96/+96
2007-10-10r25225: Add a debug message.Michael Adam1-0/+3
2007-10-10r25224: Fix a potential segfault in lsa_lookupsids client code due toMichael Adam1-1/+4
2007-10-10r25223: Fix behaviour of rpccli_lsa_lookupsids_all() whenMichael Adam1-5/+11
2007-10-10r25222: Fix last assumptions that (size_t)-1 can be usedJeremy Allison2-19/+37
2007-10-10r25201: Fight those red bars...Michael Adam1-182/+183
2007-10-10r25200: Fix a debug message.Michael Adam1-1/+1
2007-10-10r25199: Remove pstring from strdup_upper - make it theJeremy Allison1-14/+31
2007-10-10r25198: Change net_rpc_join_ok() to return NTSTATUS for betterMichael Adam2-14/+25
2007-10-10r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam5-49/+72
2007-10-10r25195: Fix issue with calling pull_uc2_*alloc withJeremy Allison1-0/+8
2007-10-10r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke5-6/+6
2007-10-10r25179: fix libunwind detection on x86 based hostsStefan Metzmacher1-7/+29
2007-10-10r25177: if configured using --enable-socket-wrapperStefan Metzmacher2-1/+22
2007-10-10r25173: Use the append_buffer version in a loop.Jeremy Allison1-2/+2
2007-10-10r25172: Remove commented out code we will never enable.Jeremy Allison1-172/+0
2007-10-10r25171: More pstring removal.Jeremy Allison2-29/+51
2007-10-10r25170: Remove pstring limits from ms_fnmatch and module load.Jeremy Allison3-41/+50
2007-10-10r25169: Fix bug 4028Volker Lendecke1-0/+4
2007-10-10r25167: Fix breakage from mangling rewrite. Use theJeremy Allison1-1/+2
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison6-19/+19
2007-10-10r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison3-4/+82
2007-10-10r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison1-1/+1