1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

23913 Commits

Author SHA1 Message Date
Simo Sorce
78581ad070 Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simo 2007-12-05 17:55:50 -05:00
Jeremy Allison
66e7e30b13 pstring removal.
Jeremy.
2007-12-05 14:55:08 -08:00
Simo Sorce
1b133d1115 Merge commit 'origin/v3-2-test' into v3-2-simo 2007-12-05 17:54:50 -05:00
Simo Sorce
05bca093d1 Fix warning 2007-12-05 17:54:09 -05:00
Jeremy Allison
71770b4c1d Remove arbitrary 1k limit on pathnames. Malloc them.
Jeremy.
2007-12-05 13:31:24 -08:00
Igor Mammedov
705f06a031 * helper source for handling cifs kernel module upcall for kerberos
authorization
* Added -c option to set service prefix to "cifs" in service principal by
default service prefix "host" is used
* replaced malloc/free/srtncpy with replacements from samba project

Signed-off-by: Igor Mammedov <niallain@gmail.com>
2007-12-05 14:33:29 -05:00
Igor Mammedov
f802db70b8 * Adds support for cifs.spnego helper into configure and Makefile.in
* Added checks for spnego prereq keyutils.h and kerberos in configure.in

Signed-off-by: Igor Mammedov <niallain@gmail.com>
2007-12-05 14:33:21 -05:00
Gerald (Jerry) Carter
487ab6e75e Compile fix to the automount support. Patch from GlaDiaC. 2007-12-05 11:52:35 -06:00
Michael Adam
2a1755327f Fix a debug message (missing newline).
Michael
2007-12-05 17:14:55 +01:00
Volker Lendecke
525a6887af There's no point in passing down a 0 2007-12-05 15:47:32 +01:00
Volker Lendecke
97c9a4042d remove some statics 2007-12-05 14:39:07 +01:00
Volker Lendecke
31d0a846db Remove some globals 2007-12-05 14:39:07 +01:00
Volker Lendecke
111502d3a2 Make share_info_db_init static 2007-12-05 14:39:07 +01:00
Volker Lendecke
8acd4a202f Remove a static, and "signal_received" needs to be sig_atomic_t 2007-12-05 14:39:07 +01:00
Volker Lendecke
51db8d09a4 Move create_file to open.c
I'm checking in this long sequence of micro-checkins for review, the overall
patch from 3b057022a5 to this is not too large.
2007-12-05 13:45:12 +01:00
Volker Lendecke
ca3add2d65 Fix an uninitialized variable 2007-12-05 13:45:12 +01:00
Volker Lendecke
c268be54ee Fix debug 2007-12-05 13:45:12 +01:00
Volker Lendecke
9ef81cb149 Fix attribute calculation for ntcreate&x 2007-12-05 13:45:12 +01:00
Volker Lendecke
f5cdaacd17 Fix error returns 2007-12-05 13:45:12 +01:00
Volker Lendecke
77b31ef44a Fix debugs 2007-12-05 13:45:12 +01:00
Volker Lendecke
8cd27e4a7a Implement create_file()
Rip out the cores of reply_ntcreate_and_X and call_nt_transact_create

Volker
2007-12-05 13:45:12 +01:00
Volker Lendecke
956aae7a57 Reformatting, also allow quotas for transact_create 2007-12-05 13:45:12 +01:00
Volker Lendecke
f3421c3b86 Tiny refactorings 2007-12-05 13:45:12 +01:00
Volker Lendecke
5a9d147e41 Split out sd parsing 2007-12-05 13:45:12 +01:00
Volker Lendecke
7199416053 Reformatting 2007-12-05 13:45:12 +01:00
Volker Lendecke
5bf4647dea Align formatting, one TALLOC_FREE is enough 2007-12-05 13:45:12 +01:00
Volker Lendecke
753e640f49 Move pulling the ea list out of the way 2007-12-05 13:45:11 +01:00
Volker Lendecke
fb900184fe Reformatting 2007-12-05 13:45:11 +01:00
Volker Lendecke
f6d62226a3 Put posix semantic calculation in the same place in both routines 2007-12-05 13:45:11 +01:00
Volker Lendecke
a855808f48 Tiny refactoring
Reformatting, consolidate oplock calculation to the same place in both routines
2007-12-05 13:45:11 +01:00
Volker Lendecke
481e35eba8 Tiny refactoring 2007-12-05 13:45:11 +01:00
Volker Lendecke
4b1f0d1d93 TALLOC_FREE early 2007-12-05 13:45:11 +01:00
Volker Lendecke
4a2d502903 consolidate srvstr_get_path in ntcreate_and_X 2007-12-05 13:45:11 +01:00
Volker Lendecke
b79b16d637 Tiny refactoring 2007-12-05 13:45:11 +01:00
Volker Lendecke
7f15a9f5a2 tiny refactoring 2007-12-05 13:45:11 +01:00
Volker Lendecke
3b057022a5 add SESSSETUP_BENCH 2007-12-05 10:15:54 +01:00
Jeremy Allison
905943137c More pstring removal.
Jeremy.
2007-12-04 18:47:20 -08:00
Jeremy Allison
750d26b7e9 Fix sample gtk code. Does this compile ?
Jeremy.
2007-12-04 18:24:19 -08:00
Jeremy Allison
7d3959f81a Ok, down to just the client/*.c code now.
Jeremy.
2007-12-04 18:02:06 -08:00
Jeremy Allison
6863fe51b5 Remove pstring from automount lookups. Remove premature optimization.
Jeremy.
2007-12-04 17:48:38 -08:00
Jeremy Allison
fecc3cc45a Remove tok pstring from util_str.c
Do we even make rpctorture anymore ?
Jeremy.
2007-12-04 17:23:19 -08:00
Jeremy Allison
288aacce4b pull_ascii_pstring is gone.
Jeremy.
2007-12-04 17:05:33 -08:00
Jeremy Allison
b676262a78 The usual !pstring...
Jeremy.
2007-12-04 16:56:18 -08:00
Jeremy Allison
c1f70793d6 More pstring elimination.
Jeremy.
2007-12-04 16:35:24 -08:00
Jeremy Allison
e3c02796f8 Remove pstrings.
Jeremy.
2007-12-04 15:45:20 -08:00
Jeremy Allison
063358d87a Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().
Jeremy.
2007-12-04 15:21:14 -08:00
Jeremy Allison
bc9aa72223 Remove pstr_sprintf. Replace with snprintf.
Jeremy.
2007-12-04 14:31:57 -08:00
Jeremy Allison
95842ae4e1 Back to pstring removal.
Jeremy.
2007-12-04 14:02:25 -08:00
Jeremy Allison
816aea6c1a Fix signing bug found by Volker. That one was *subtle*.
Jeremy
2007-12-04 13:30:22 -08:00
Jeremy Allison
f04e37a630 Fix crash bug with vl's new trans handling in old transs
calls. Make this look like the (working) transs2 handling
(replace inbuf, not write to outbuf - outbuf isn't allocated
yet so you get a null deref).
Jeremy.
2007-12-04 12:53:21 -08:00