summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-06-06s4-ipv6: use "ip" instead of "ipv4" for serversAndrew Tridgell4-7/+7
2011-06-06s4-ipv6: use iface_list_wildcard() to listen on IPv6Andrew Tridgell7-36/+89
2011-06-06s4-ipv6: fixed stream_setup_socket() to handle IPv6Andrew Tridgell1-18/+27
2011-06-06s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLYAndrew Tridgell1-4/+24
2011-06-06s4-ipv6: added socket_address_from_sockaddr_storage()Andrew Tridgell2-0/+48
2011-06-06s4-ipv6: added ipv4 functions to interface codeAndrew Tridgell1-0/+32
2011-06-06s4-ipv6: fixed a warningAndrew Tridgell1-1/+1
2011-06-06s4-ipv6: allow IPv6 addresses in our interfaces listAndrew Tridgell1-5/+0
2011-06-06s4-ipv6: changed the default "socket address"Andrew Tridgell1-1/+1
2011-06-06s4-ipv6: added iface_list_wildcard()Andrew Tridgell2-1/+29
2011-06-04Make samba4.drs.fsmo.python knownfailVolker Lendecke1-0/+1
2011-06-02samba3sam.py: don't assume order of ldb results.Rusty Russell1-142/+164
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell4-4/+4
2011-06-01lib/util/time.c: timeval_current_ofs_msecRusty Russell1-2/+1
2011-06-01samba-tool: improved error handling in user setexpiryAndrew Tridgell2-1/+9
2011-06-01samba-tool: improved user enable error handlingAndrew Tridgell2-1/+8
2011-06-01s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user>Theresa Halloran4-74/+41
2011-06-01s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.Theresa Halloran4-64/+45
2011-06-01librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_stringSean Finney3-1/+201
2011-05-31libcli/util Remove ntstatus_check_dos_mappingAndrew Bartlett2-37/+0
2011-05-31s4-libcli Merge error map order with source3 errmap_unix.cAndrew Bartlett1-26/+28
2011-05-31heimdal: Remove getprogname and setprogname from the heimdal importAndrew Bartlett2-139/+0
2011-05-31heimdal_build: Don't use heimdal's getprogname() and setprogname()Andrew Bartlett2-6/+17
2011-05-30s4:torture: fix SEGFAULT in raw.acl.dynamicGregor Beck1-7/+8
2011-05-25s4:samldb LDB module - check if the RODC group exists if creating an RODCMatthias Dieter Wallnöfer1-13/+43
2011-05-25s4:samldb LDB module - better to call "samldb_prim_group_trigger"Matthias Dieter Wallnöfer1-1/+1
2011-05-25s4:samldb LDB module - convert a "dsdb_module_search" into "dsdb_module_searc...Matthias Dieter Wallnöfer1-5/+2
2011-05-25s4:sam.py - uncomment/enhance some account type testsMatthias Dieter Wallnöfer1-30/+48
2011-05-25s4:samldb LDB modules - only objectClass "computer" is allowed to embed all t...Matthias Dieter Wallnöfer1-3/+33
2011-05-25s4:sam.py - tests for "isCriticalSystemObject" attributeMatthias Dieter Wallnöfer1-0/+132
2011-05-25s4:samldb LDB module - fix "isCriticalSystemObject" behaviourMatthias Dieter Wallnöfer1-3/+22
2011-05-25s4:sam.py - unchanged "primaryGroupID" when account type remains the sameMatthias Dieter Wallnöfer1-0/+38
2011-05-25s4:samldb LDB module - fix the behaviour when changing the "userAccountControl"Matthias Dieter Wallnöfer1-14/+31
2011-05-25s4-provision Use correct tkey-gssapi-credentialAndrew Bartlett2-2/+4
2011-05-25selftest: Make knowfail/skip files consistent, always use ^prefixAndrew Bartlett1-80/+80
2011-05-21s4:sam.py - add tests to check that setting "userAccountValue" on usersdon't ...Matthieu Patou1-2/+40
2011-05-21s4:samldb LDB module - don't change the "primaryGroupId" on LDB modifications...Matthieu Patou1-1/+16
2011-05-21s4:lsa RPC server - handle LDB flags as "unsigned"Matthias Dieter Wallnöfer1-1/+1
2011-05-21s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as u...Matthias Dieter Wallnöfer3-7/+7
2011-05-21ldb:pyldb.c - all flags should be unsignedMatthias Dieter Wallnöfer1-10/+10
2011-05-21ldb:ldb_sqlite3.c - all LDB flags should be handled as "unsigned"Matthias Dieter Wallnöfer1-2/+3
2011-05-21ldb:tools/cmdline.c + tools/ldbtest.c - the connection flags are typed as "un...Matthias Dieter Wallnöfer2-2/+2
2011-05-21ldb:ldbtest.c - make more use of LDB constantsMatthias Dieter Wallnöfer1-4/+4
2011-05-21s4:torture - always cast correctly when using the "%x" format string argumentMatthias Dieter Wallnöfer2-6/+6
2011-05-21s4:auth/ntlmssp/ntlmssp_server.c - add "const" in front of "dnsdomain"Matthias Dieter Wallnöfer1-1/+1
2011-05-21add a demo script for dirsyncMatthieu Patou1-0/+156
2011-05-21s4-dsdb: add unit tests for dirsync controlMatthieu Patou3-0/+716
2011-05-21s4-dsdb: implementation of the dirsync controlMatthieu Patou3-0/+1369
2011-05-21s4-dsdb: introduce dsdb_module_search_treeMatthieu Patou1-24/+63
2011-05-21s4-dsdb: relax a bit the checks on read acl when dirsync control is specifiedMatthieu Patou1-12/+42