Kai Blin
8d0345e5a0
wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file.
2009-08-18 22:10:04 +02:00
Kai Blin
bc0e0a4c69
wbinfo: Use one codebase for Samba3 and Samba4.
...
There can be only one....wbinfo that is.
2009-08-18 20:26:05 +02:00
Kai Blin
49d1eec8ea
s3 net: Add getauthuser/setauthuser commands.
...
These replace the functionality of wbinfo --get-auth-user/--set-auth-user
2009-08-18 19:53:38 +02:00
Günther Deschner
53196955d4
s3-spoolss: remove another duplicate copy of print_architecture_table.
...
Guenther
2009-08-17 18:09:11 +02:00
Stefan Metzmacher
b62ce48f00
s3:smbd: add support for canceling SMB2 Notify calls.
...
metze
2009-08-17 09:25:46 +02:00
Stefan Metzmacher
47452b8cec
s3:smbd: add smbd_notify_cancel_by_smbreq()
...
This function will be used by the SMB2 notify code.
metze
2009-08-17 09:25:45 +02:00
Stefan Metzmacher
d60f049eaf
s3:smbd: implement SMB2 Cancel correctly.
...
metze
2009-08-17 09:25:45 +02:00
Volker Lendecke
2c23e7dc5a
s3:winbind: The get[gr|pw]end functions need access to the client state
2009-08-16 13:28:14 +02:00
Volker Lendecke
459233e630
s3:winbind: Convert WINBINDD_GETGRNAM to the new API
2009-08-16 12:39:08 +02:00
Volker Lendecke
a511a87519
s3:winbind: Convert WINBINDD_GETGRGID to the new API
2009-08-16 12:39:07 +02:00
Volker Lendecke
3f3f49d5e2
s3:winbind: Add winbindd_print_groupmem
...
This converts a talloc_dict retrieved from wb_group_members to the string
that the pipe protocol expects
2009-08-16 12:39:02 +02:00
Volker Lendecke
27dd290d3f
s3:winbind: Make fill_grent publically available
2009-08-16 12:38:19 +02:00
Volker Lendecke
886e183b0e
s3:winbind: Add const to normalize_name_map
2009-08-16 12:38:19 +02:00
Volker Lendecke
c83bf9cd7e
s3:winbind: Add async wb_getgrsid
2009-08-16 12:38:19 +02:00
Volker Lendecke
8a683f4896
s3:winbind: Add async wb_group_members
2009-08-16 12:38:19 +02:00
Volker Lendecke
3d46eaf411
s3:winbind: Make wcache_lookup_groupmem available publically
2009-08-16 12:38:19 +02:00
Volker Lendecke
1a22baa817
s3: Add talloc_dict.[ch]
2009-08-16 12:38:19 +02:00
Volker Lendecke
0f64bb5b7e
s3:winbind: Convert winbindd_show_sequence to the new API
2009-08-16 10:38:24 +02:00
Volker Lendecke
e54503e82f
s3:winbind: Add async wb_seqnums
...
This is something that would have been very difficult with the old style of
async requests: Send the request to all children simultaneously.
2009-08-16 10:38:24 +02:00
Volker Lendecke
1d110e0ef6
s3:winbind: Add async wb_seqnum
2009-08-16 10:38:24 +02:00
Volker Lendecke
c6b36ce573
s3:winbind: WINBIND_USERINFO -> wbint_userinfo
2009-08-16 10:38:24 +02:00
Volker Lendecke
6d100a6b20
s3:winbind: Simplify _wbint_[GU]id2Sid
2009-08-16 10:38:24 +02:00
Stefan Metzmacher
a3cdd7949c
s3:Makefile: build ../libcli/smb/smb2_create_blob.o as part of smbd
...
metze
2009-08-15 10:46:36 +02:00
Jeremy Allison
a023b6c64b
Use defined names rather than numeric constants to make code
...
clearer.
Jeremy.
2009-08-14 15:06:11 -07:00
Michael Adam
12864ffd51
gpfs.so: map the file_inherit and dir_inherit flags away for files
...
GPFS sets inherits dir_inhert and file_inherit flags
to files, too, which confuses windows, and seems to
be wrong anyways.
So when mapping a nfs4 acl to a windows acl, we map these
flags away for files.
Michael
2009-08-14 23:23:20 +02:00
Stefan Metzmacher
168a7cb6a8
s3:smbd: allow SMB2 Cancel to have the async flag set
...
metze
2009-08-14 13:27:50 +02:00
Stefan Metzmacher
86ea1c4d24
s3:smbd: fix parsing of the SMB2 body
...
Maybe there's no dynamic part on the wire.
metze
2009-08-14 13:27:49 +02:00
Jeremy Allison
88fd98b7c4
Fix EVERY SINGLE build on the buildfarm that doesn't have
...
bindtextdomain or textdomain. C'mon, this is what configure.in
is *FOR*.
Jeremy.
2009-08-12 17:44:48 -07:00
Jeremy Allison
28f7b07436
Move build over to storing DOS attributes in EA's.
...
Turn off "map to" directives. I've now fixed the
issues with the build tests running this way. I think
this is how most people run these days - please raise this on
the list (or revert) if you disagree.
2009-08-12 17:07:13 -07:00
Jeremy Allison
d91edeaa94
When mapping EA's into a TDB, don't remove the EA
...
until the last link to the file is gone (fixes the
build farm RAW-RENAME test with xattr's in tdb's).
Jeremy.
2009-08-12 16:27:17 -07:00
Jeremy Allison
6a0c2946be
Fix BASE-DELAYWRITE test by removing const from struct smb_filename
...
in smbd_do_qfilepathinfo(). update_stat_ex_mtime() modifies the
stat struct inside the smb_fname so don't make a copy of that
stat struct, use it directly - it's meant to be updated and
represent the state of the file we're returning.
Jeremy.
2009-08-12 15:08:23 -07:00
Jeremy Allison
d6270df748
Add "store create time" parameter (docs to follow)
...
that stores the create time in the user.DosTimestamps EA.
Jeremy.
2009-08-12 13:00:54 -07:00
Jeremy Allison
1ddd10b56a
Fix some warnings in the AIX ACL code.
...
Jeremy.
2009-08-12 10:58:00 -07:00
Stefan Metzmacher
1df883aa39
libcli: move some common SMB and SMB2 stuff into libcli/smb/
...
This will hold code that's shared between source3 and source4.
metze
2009-08-12 18:28:32 +02:00
Stefan Metzmacher
f75934e2dc
s3:smbd: as check_path_syntax() changes the string, we need to copy the string before
...
metze
2009-08-12 13:27:59 +02:00
Stefan Metzmacher
7229e9a476
s3:smbd: avoid 'goto out' in smbd_smb2_create_send()
...
metze
2009-08-12 13:27:59 +02:00
Stefan Metzmacher
fedac72dfc
s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2
...
metze
2009-08-12 13:27:59 +02:00
Stefan Metzmacher
d30b1c9fa9
s3:smbd: correctly invalidate vuids when SMB2 is used
...
metze
2009-08-12 13:27:58 +02:00
Stefan Metzmacher
14888c21ac
s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET
...
metze
2009-08-12 13:27:58 +02:00
Kouhei Sutou
7fc94932ad
Rename ASN1_BITFIELD to ASN1_BIT_STRING.
...
X.690 uses "BIT STRING" not "BIT FIELD".
2009-08-11 12:59:14 +02:00
Michael Adam
a038f1e05b
s3:smbcacls: forbid change of debug level from config file
...
Michael
2009-08-12 00:34:33 +02:00
Michael Adam
aa07baa851
s3: refomat definitions of some generic access rights for better readability
...
Michael
2009-08-12 00:34:33 +02:00
Stefan Metzmacher
1e1445bc76
s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
...
metze
2009-08-11 13:53:33 +02:00
Kai Blin
40017a2143
i18n: Update s3 net German translation.
2009-08-11 09:34:25 +02:00
Kai Blin
4f0d93531f
s3 net: i18n support for net utility functions
2009-08-11 09:34:25 +02:00
Kai Blin
84a93491b8
s3 net: i18n support for net usershare
2009-08-11 09:34:24 +02:00
Kai Blin
2388b9039d
s3 net: i18n support for net user
2009-08-11 09:34:24 +02:00
Kai Blin
a8c8432247
s3 net: i18n support for net time
2009-08-11 09:34:24 +02:00
Kai Blin
5810f7f094
s3 net: i18n support for net status
2009-08-11 09:34:24 +02:00
Kai Blin
7e4bd16c70
s3 net: i18n support for net share
2009-08-11 09:34:24 +02:00