Andrew Tridgell
bed269e6d4
removed unused variable
-
Tim Potter
b596c0b171
Replaced some hardcoded hex numbers with constants.
...
Made a note about NOTIFY_OPTION_TYPE and NOTIFY_OPTION_TYPE_DATA - they are
actually one structure. The latter is just the deferred referrant of the
former.
-
Tim Potter
6b20d863b7
Added some constants for registry data types.
-
Jeremy Allison
32dffa0ba7
Moved fchown_acl change to the point where we *really* know if we
...
created the file or not.
Jeremy.
-
Jeremy Allison
2405385854
Ensured filetimes set (by name) after close. Ignore errors. This is the
...
correct way to ensure times set in 'pending modtime' and 'time close'
are always set correctly. Inspired by patch from Juergen Hasch.
Jeremy.
-
Jeremy Allison
ad9a5a26e0
Allow HPUX to link with new ACL code.
...
Jeremy.
-
Jeremy Allison
6d03184f8c
Added HPUX ACL code.
...
Jeremy.
-
Jeremy Allison
59e01a22c5
Added the group enum code from 2.2
...
Jeremy.
-
Jim McDonough
07ea83e6f0
If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It causes a confusing client error. Changed to NT_STATUS_CANT_ACCESS_DOMAIN_INFO.
-
Gerald Carter
096d06a961
ChangeID fixe from APPLIANCE_HEAD
-
Simo Sorce
d0614b2e66
I see no reasons why we should limit username lenght while checking
...
see bug 22130
jeremy, probably this should be fixed also in 2_2
-
Jean-François Micouleau
84289a9bf4
add lsa_query_secobj server code. level 4 is the ACL, level 1 is the
...
owner. that's basic stuff.
got the POLICY_ define from TNG but they are also in an include file in
the NT SDK.
J.F.
-
Jeremy Allison
064a3e0fc4
Updated Solaris link options from DaveCB.
...
Jeremy.
-
Jean-François Micouleau
c26623671e
Rafal (mimir) patch for trusts r.
-
Tim Potter
dbdbf7cd07
FALSE -> False
-
Tim Potter
af24b1036c
Display a nice error message if the user%password specified for net rpc
...
join does not have administrator privileges.
-
Tim Potter
60eb4dc7b1
Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc()
-
Samba Release Account
fc468838bf
preparing for release of 3.0-alpha8
-
Jim McDonough
882e5e3bb8
More help/messages/formatting cleanup.
-
Tim Potter
3789c8c707
Merge from 2.2 to allow net rpc join -U to complete even if the workstation
...
account already exists.
# net rpc join --user=Administrator%password
It's kind of weird seeing the mix of NET.EXE style of options (net command
subcommand /arg:value) with the GNU-style long options. I think it works.
-
Jim McDonough
e135320e05
Restoration of at least some help function and format. First round of cleanup. Printq function cannot exactly mimic windows output using d_printf...oh well. Add some more command-specific options back into help.
-
Tim Potter
3c927e39e7
Set the debuglevel after the call to lp_load() so the change sticks.
-
Andrew Tridgell
0839cf03a9
don't use -u switch to /bin/date - too many systems don't honor it
-
Tim Potter
594634ff1a
Added comment.
-
Jeremy Allison
f0d8b7573f
Patch for string legths from TAKAHASHI, Motonobu(monyo).
...
Jeremy.
-
Jean-François Micouleau
c99bc30559
update the ldap support code. it compiles.
...
Ignacio you can update your howto ;-)
samsync: a small patch to try chaning challenges.
J.F.
-
Gerald Carter
5b4b3323a3
merge from 2.2
-
Gerald Carter
423554fd71
merge from appliance_head
-
Andrew Tridgell
1ef9862540
-Insswitch/ breaks the build by preventing include of <nss.h> from working
-
Samba Release Account
f0f03aed5a
preparing for release of 3.0-alpha7
-
Andrew Tridgell
b107ecef70
added "net ads info" to fetch basic ADS info without any auth
-
Andrew Tridgell
7db718d44a
make sure we find NSS_STATUS struct
-
Andrew Tridgell
ed6279481b
better error handling
-
Andrew Tridgell
fc9fd2ca19
try the PDC for our workgroup if we can't find the ldap server
-
Andrew Tridgell
4405a87fb7
improved error message from failed connect
-
Jeremy Allison
1d2504b5c7
Must check against -1 for fcntl error check.
...
Jeremy
-
Tim Potter
216dff4380
Fix some compiler warnings.
-
Jeremy Allison
d3ac2265b1
Always use ASCII strings when changing passwords with RAP.
...
Jeremy.
-
Herb Lewis
f881a8f197
ran autoconf
-
Herb Lewis
564bfd7728
allow IRIX to build nsswitch/libnss_wins.so
-
Herb Lewis
fe0db4c55f
add *.po32 to ignore list
-
Jean-François Micouleau
d49c8e4d3d
added a -V[erbose] option to samsync. Decode a lot of information
...
I'm looking at chaining the credentials
J.F.
-
Jean-François Micouleau
8d359e6213
decoded SAM_DELTA 0x0e and 0x12.
...
One is an entry for the trusted domains
The other is an entry for the trusting domains
They are pretty basic, I'll improve them.
J.F.
-
Samba Release Account
6daac61894
preparing for release of 3.0-alpha6
-
Jean-François Micouleau
314b675ed9
a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)
...
a correct decoder for SAM_PRIVS_INFO (0x10)
this code is totally useless right now, it's just fun to decode those and
will save tpot some time.
J.F.
-
Andrew Tridgell
4e2691b1c1
added "net time zone" command to show the timezone on a computer
-
Andrew Tridgell
016e203a2c
pam_smbpass updates from a.bokovoy@sam-solutions.net
-
Tim Potter
6194f874bb
Oops, the -a option disappeared.
-
Andrew Tridgell
188e59ae96
ads howto update
-
Herb Lewis
5bf6f91937
add PATH_FLAGS to .po32 objects so dynconfig builds with smbwrapper
-