summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* net: Allow Python commands to return None instead of 0.Jelmer Vernooij2009-12-311-1/+8
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Allow python subcommands to provide commands that are not recognized byJelmer Vernooij2009-12-311-22/+27
| | | | | | net itself. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer2009-12-301-0/+2
| | | | Jelmer suggested to put them in again.
* s4:ntlmssp: remove mem_ctx from check_password() callback to match s3Stefan Metzmacher2009-12-292-5/+2
| | | | metze
* s4:ntlmssp_server: always call ntlmssp_server_postauth() and decide there if ↵Stefan Metzmacher2009-12-291-5/+11
| | | | | | it's a noop metze
* s4:ntlmssp_server: don't use a mem_ctx for ntlmssp_server_auth()Stefan Metzmacher2009-12-291-13/+7
| | | | metze
* s4:ntlmssp_server: don't use mem_ctx in auth_ntlmssp_check_password()Stefan Metzmacher2009-12-291-16/+8
| | | | metze
* s4:ntlmssp_server: clear session key in ntlmssp_server_preauth()Stefan Metzmacher2009-12-291-3/+1
| | | | metze
* s4:ntlmssp: use data_blob_null in ntlmssp_server_auth()Stefan Metzmacher2009-12-291-4/+6
| | | | metze
* s4:ntlmssp_server: remove unused variableStefan Metzmacher2009-12-291-7/+0
| | | | metze
* s4:auth/ntlmssp: let get_challenge() return a NTSTATUS and fill a stack bufferStefan Metzmacher2009-12-292-13/+13
| | | | metze
* dsdb: Fix dependencies when building against system ldb.Jelmer Vernooij2009-12-293-11/+12
|
* net: Make arguments available to python commands as sys.argv.Jelmer Vernooij2009-12-291-0/+1
|
* python: When updating sys.path to include the Samba python path, avoid ↵Jelmer Vernooij2009-12-292-4/+41
| | | | throwing away the changes made by site.py.
* s4/net: Allow options before arguments for Python commands.Jelmer Vernooij2009-12-292-3/+4
|
* s4/net: Pass all arguments through to the Python commands.Jelmer Vernooij2009-12-293-18/+21
|
* s4/net: Add domainlevel subcommand.Jelmer Vernooij2009-12-295-277/+276
|
* s4/net: Use d_printf consistently when reporting errors.Jelmer Vernooij2009-12-291-3/+4
|
* Use CommandError exception to deal with problems during net commands.Jelmer Vernooij2009-12-292-20/+34
|
* s4/net: Make pwsettings a net subcommand.Jelmer Vernooij2009-12-292-198/+187
|
* netcmd: Add some basic tests.Jelmer Vernooij2009-12-292-0/+35
|
* s4/net: Support parsing arguments in Python commands.Jelmer Vernooij2009-12-292-17/+112
|
* net: Support usage/help of subcommands implemented in Python.Jelmer Vernooij2009-12-292-14/+60
|
* net: Support implementing subcommands in python.Jelmer Vernooij2009-12-292-3/+101
|
* s4:auth: add auth_get_server_info_principal() prototype to auth.hStefan Metzmacher2009-12-291-0/+5
| | | | metze
* s4:auth: make auth_challenge_may_be_modified() publicStefan Metzmacher2009-12-292-2/+2
| | | | metze
* s4:auth: remove autogenerated auth/ntlm/auth_proto.hStefan Metzmacher2009-12-291-50/+0
| | | | metze
* s4:ntlmssp: fix whitespaces in ntlmssp.hStefan Metzmacher2009-12-291-16/+16
| | | | metze
* python: Remove sys.path line rather than updating it when installing to ↵Jelmer Vernooij2009-12-272-14/+28
| | | | python system path.
* py_net/libnet: Remove C++-style comments, add more error checking, moveJelmer Vernooij2009-12-252-5/+12
| | | | initialization of dcerpc subsystem to libnet.
* s4-libnet: Simple test for net.SetPassword() python bindingKamen Mazdrashki2009-12-251-0/+62
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-libnet: Python binding for libnet_SetPassword()Kamen Mazdrashki2009-12-251-6/+66
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-net: Fix 'talloc_free with references ...' errorKamen Mazdrashki2009-12-251-4/+4
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher2009-12-244-126/+169
| | | | metze
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-245-68/+110
| | | | metze
* s4:kdc: use the remote and local address from the stream_connection structStefan Metzmacher2009-12-241-41/+2
| | | | metze
* s4:smbd: hold tsocket_addresses on the stream_connectionStefan Metzmacher2009-12-243-10/+27
| | | | metze
* s4:smb_server: fix mixing socket_address and tsocket_addressStefan Metzmacher2009-12-241-6/+9
| | | | metze
* s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ↵Stefan Metzmacher2009-12-242-0/+32
| | | | | | instead of a socket_address metze
* s4:lib/socket: add helpers functions to convert between socket_address and ↵Stefan Metzmacher2009-12-243-1/+48
| | | | | | tsocket_address metze
* s4:cleanups More trailing spaces and tabsSimo Sorce2009-12-236-181/+181
|
* s4:cleanups remove trailing spaces and tabsSimo Sorce2009-12-231-119/+120
|
* s4:ldb Fix declaration in the middle of the codeSimo Sorce2009-12-231-2/+4
|
* s4: Fix the buildSimo Sorce2009-12-231-0/+1
|
* s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodifyMatthieu Patou2009-12-234-1/+90
|
* s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou2009-12-236-9/+230
|
* s4:gensec Don't give a warning when Windows client connects with NTLMAndrew Bartlett2009-12-221-11/+20
| | | | | | | We have had the workaround for a long time, but at the time the log warnings remained. Andrew Bartlett
* s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett2009-12-228-38/+32
| | | | | | | It is just easier to fill in the known to be 8 byte challenge than stuff about with allocated pointers. Andrew Bartlett
* s4:auth generate the prototype file in the right placeAndrew Bartlett2009-12-221-1/+1
|
* Samba4 and LDB requires talloc 2.0.1Andrew Bartlett2009-12-222-2/+2
| | | | reported by ewoud@kohlvanwijngaarden.nl